#4471CF

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

Shades of Royal Blue #4471CF

Tints of Royal Blue #4471CF

Color information

#4471CF (or 0x4471CF) is unknown color: approx Royal Blue. HEX triplet: 44, 71 and CF. RGB value is (68,113,207). Sum of RGB (Red+Green+Blue) = 68+113+207=388 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.53% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #4471CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4471CF is #BB8E30. Grayscale: #6D6D6D. Windows color (decimal): -12291633 or 13594948. OLE color: 13594948.

HSL color Cylindrical-coordinate representation of color #4471CF: hue angle of 220.58º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4471CF is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB68113207-
CMYK0.670.4500.19
HSL220.58º59.15%53.92%-
HSV(B)220.58º67.15%81.18%-
XYZ19.5517.5461.39-
YUV110.26182.5997.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.53%
GREEN value IS 113 (44.53% from 255) = 29.12%
BLUE value IS 207 (81.25% from 255) = 53.35%
R=17.53%
G=29.12%
B=53.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal681132070.670.4500.19220.5859.1553.92
Hex4471CF432D013dd3b36
Octal104161317103550233357366
Binary1000100111000111001111100001110110101001111011101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4471CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4471CF; }

 p { color: rgb(68,113,207); }

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

<style>
 a { background-color: #4471CF; }

 a { background-color: rgb(68,113,207); }

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

<style>
 span { border-color: #4471CF; }

 span { border-color: rgb(68,113,207); }

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