#4073CC

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

Shades of Royal Blue #4073CC

Tints of Royal Blue #4073CC

Color information

#4073CC (or 0x4073CC) is unknown color: approx Royal Blue. HEX triplet: 40, 73 and CC. RGB value is (64,115,204). Sum of RGB (Red+Green+Blue) = 64+115+204=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #4073CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4073CC is #BF8C33. Grayscale: #6D6D6D. Windows color (decimal): -12553268 or 13398848. OLE color: 13398848.

HSL color Cylindrical-coordinate representation of color #4073CC: hue angle of 218.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4073CC is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB64115204-
CMYK0.690.4400.2
HSL218.14º57.85%52.55%-
HSV(B)218.14º68.63%80%-
XYZ19.1417.7159.54-
YUV109.9181.195.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.71%
GREEN value IS 115 (45.31% from 255) = 30.03%
BLUE value IS 204 (80.08% from 255) = 53.26%
R=16.71%
G=30.03%
B=53.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal641152040.690.4400.2218.1457.8552.55
Hex4073CC452C014da3a35
Octal100163314105540243327265
Binary1000000111001111001100100010110110001010011011010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4073CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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