#4A79D6

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

Shades of Royal Blue #4A79D6

Tints of Royal Blue #4A79D6

Color information

#4A79D6 (or 0x4A79D6) is unknown color: approx Royal Blue. HEX triplet: 4A, 79 and D6. RGB value is (74,121,214). Sum of RGB (Red+Green+Blue) = 74+121+214=409 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.09% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 214 (83.98% from 255 or 52.32% from 409); Max value from RGB is 214 - color contains mainly: blue. Hex color #4A79D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A79D6 is #B58629. Grayscale: #757575. Windows color (decimal): -11896362 or 14055754. OLE color: 14055754.

HSL color Cylindrical-coordinate representation of color #4A79D6: hue angle of 219.86º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A79D6 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB74121214-
CMYK0.650.4300.16
HSL219.86º63.06%56.47%-
HSV(B)219.86º65.42%83.92%-
XYZ21.819.9966.33-
YUV117.55182.4396.94-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.09%
GREEN value IS 121 (47.66% from 255) = 29.58%
BLUE value IS 214 (83.98% from 255) = 52.32%
R=18.09%
G=29.58%
B=52.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal741212140.650.4300.16219.8663.0656.47
Hex4A79D6412B010dc3f38
Octal112171326101530203347770
Binary1001010111100111010110100000110101101000011011100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A79D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,121,214); }

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

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

 a { background-color: rgb(74,121,214); }

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

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

 span { border-color: rgb(74,121,214); }

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