#4072C9

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

Shades of Royal Blue #4072C9

Tints of Royal Blue #4072C9

Color information

#4072C9 (or 0x4072C9) is unknown color: approx Royal Blue. HEX triplet: 40, 72 and C9. RGB value is (64,114,201). Sum of RGB (Red+Green+Blue) = 64+114+201=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 201 (78.91% from 255 or 53.03% from 379); Max value from RGB is 201 - color contains mainly: blue. Hex color #4072C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4072C9 is #BF8D36. Grayscale: #6C6C6C. Windows color (decimal): -12553527 or 13201984. OLE color: 13201984.

HSL color Cylindrical-coordinate representation of color #4072C9: hue angle of 218.1º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4072C9 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB64114201-
CMYK0.680.4300.21
HSL218.1º55.92%51.96%-
HSV(B)218.1º68.16%78.82%-
XYZ18.6717.3457.62-
YUV108.97179.9495.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.89%
GREEN value IS 114 (44.92% from 255) = 30.08%
BLUE value IS 201 (78.91% from 255) = 53.03%
R=16.89%
G=30.08%
B=53.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal641142010.680.4300.21218.155.9251.96
Hex4072C9442B015da3834
Octal100162311104530253327064
Binary1000000111001011001001100010010101101010111011010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4072C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4072C9; }

 p { color: rgb(64,114,201); }

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

<style>
 a { background-color: #4072C9; }

 a { background-color: rgb(64,114,201); }

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

<style>
 span { border-color: #4072C9; }

 span { border-color: rgb(64,114,201); }

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