#4A61E4

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

Shades of Royal Blue #4A61E4

Tints of Royal Blue #4A61E4

Color information

#4A61E4 (or 0x4A61E4) is unknown color: approx Royal Blue. HEX triplet: 4A, 61 and E4. RGB value is (74,97,228). Sum of RGB (Red+Green+Blue) = 74+97+228=399 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.55% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 228 (89.45% from 255 or 57.14% from 399); Max value from RGB is 228 - color contains mainly: blue. Hex color #4A61E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A61E4 is #B59E1B. Grayscale: #686868. Windows color (decimal): -11902492 or 14967114. OLE color: 14967114.

HSL color Cylindrical-coordinate representation of color #4A61E4: hue angle of 231.04º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A61E4 is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB7497228-
CMYK0.680.5700.11
HSL231.04º74.04%59.22%-
HSV(B)231.04º67.54%89.41%-
XYZ21.115.6175.3-
YUV105.06197.38105.85-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.55%
GREEN value IS 97 (38.28% from 255) = 24.31%
BLUE value IS 228 (89.45% from 255) = 57.14%
R=18.55%
G=24.31%
B=57.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal74972280.680.5700.11231.0474.0459.22
Hex4A61E444390Be74a3b
Octal1121413441047101334711273
Binary1001010110000111100100100010011100101011111001111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A61E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,97,228); }

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

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

 a { background-color: rgb(74,97,228); }

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

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

 span { border-color: rgb(74,97,228); }

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