#4a5bea

Color #4A5BEA Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4A5BEA

Tints of Royal Blue #4A5BEA

Color information

#4A5BEA (or 0x4A5BEA) is unknown color: approx Royal Blue. HEX triplet: 4A, 5B and EA. RGB value is (74,91,234). Sum of RGB (Red+Green+Blue) = 74+91+234=399 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.55% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #4A5BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A5BEA is #B5A415. Grayscale: #656565. Windows color (decimal): -11904022 or 15358794. OLE color: 15358794.

HSL color Cylindrical-coordinate representation of color #4A5BEA: hue angle of 233.62º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A5BEA is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7491234-
CMYK0.680.6100.08
HSL233.62º79.21%60.39%-
HSV(B)233.62º68.38%91.76%-
XYZ21.4214.8879.58-
YUV102.22202.37107.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 74 (29.30% from 255) = 18.55%
GREEN value IS 91 (35.94% from 255) = 22.81%
BLUE value IS 234 (91.80% from 255) = 58.65%
R=18.55%
G=22.81%
B=58.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal74912340.680.6100.08233.6279.2160.39
Hex4A5BEA443D08ea4f3c
Octal1121333521047501035211774
Binary1001010101101111101010100010011110101000111010101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a5bea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4a5bea; }

 p { color: rgb(74,91,234); }

 H1.HeaderClassName
 {
   color: #4a5bea;
 }
 .AnyTagClassName
 {
   color: #4a5bea;
 }
</style>
background-color css

<style>
 a { background-color: #4a5bea; }

 a { background-color: rgb(74,91,234); }

 div.DivClassName
 {
   background-color: #4a5bea;
 }
 .BgClassName
 {
   background-color: #4a5bea;
 }
</style>
border-color css

<style>
 span { border-color: #4a5bea; }

 span { border-color: rgb(74,91,234); }

 td.TdClassName
 {
   border-color: #4a5bea;
 }
 .TagClassName
 {
   border-color: #4a5bea;
 }
</style>