#4073C9

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

Shades of Royal Blue #4073C9

Tints of Royal Blue #4073C9

Color information

#4073C9 (or 0x4073C9) is unknown color: approx Royal Blue. HEX triplet: 40, 73 and C9. RGB value is (64,115,201). Sum of RGB (Red+Green+Blue) = 64+115+201=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 201 (78.91% from 255 or 52.89% from 380); Max value from RGB is 201 - color contains mainly: blue. Hex color #4073C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4073C9 is #BF8C36. Grayscale: #6D6D6D. Windows color (decimal): -12553271 or 13202240. OLE color: 13202240.

HSL color Cylindrical-coordinate representation of color #4073C9: hue angle of 217.66º 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 #4073C9 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB64115201-
CMYK0.680.4300.21
HSL217.66º55.92%51.96%-
HSV(B)217.66º68.16%78.82%-
XYZ18.7917.5757.66-
YUV109.56179.695.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.84%
GREEN value IS 115 (45.31% from 255) = 30.26%
BLUE value IS 201 (78.91% from 255) = 52.89%
R=16.84%
G=30.26%
B=52.89%

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
Decimal641152010.680.4300.21217.6655.9251.96
Hex4073C9442B015da3834
Octal100163311104530253327064
Binary1000000111001111001001100010010101101010111011010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4073C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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