#4474D6

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

Shades of Royal Blue #4474D6

Tints of Royal Blue #4474D6

Color information

#4474D6 (or 0x4474D6) is unknown color: approx Royal Blue. HEX triplet: 44, 74 and D6. RGB value is (68,116,214). Sum of RGB (Red+Green+Blue) = 68+116+214=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 214 (83.98% from 255 or 53.77% from 398); Max value from RGB is 214 - color contains mainly: blue. Hex color #4474D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4474D6 is #BB8B29. Grayscale: #707070. Windows color (decimal): -12290858 or 14054468. OLE color: 14054468.

HSL color Cylindrical-coordinate representation of color #4474D6: hue angle of 220.27º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4474D6 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB68116214-
CMYK0.680.4600.16
HSL220.27º64.04%55.29%-
HSV(B)220.27º68.22%83.92%-
XYZ20.7718.5766.11-
YUV112.82185.196.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.09%
GREEN value IS 116 (45.70% from 255) = 29.15%
BLUE value IS 214 (83.98% from 255) = 53.77%
R=17.09%
G=29.15%
B=53.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal681162140.680.4600.16220.2764.0455.29
Hex4474D6442E010dc4037
Octal1041643261045602033410067
Binary10001001110100110101101000100101110010000110111001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4474D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4474D6; }

 p { color: rgb(68,116,214); }

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

<style>
 a { background-color: #4474D6; }

 a { background-color: rgb(68,116,214); }

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

<style>
 span { border-color: #4474D6; }

 span { border-color: rgb(68,116,214); }

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