#4073DA

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

Shades of Royal Blue #4073DA

Tints of Royal Blue #4073DA

Color information

#4073DA (or 0x4073DA) is unknown color: approx Royal Blue. HEX triplet: 40, 73 and DA. RGB value is (64,115,218). Sum of RGB (Red+Green+Blue) = 64+115+218=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #4073DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4073DA is #BF8C25. Grayscale: #6F6F6F. Windows color (decimal): -12553254 or 14316352. OLE color: 14316352.

HSL color Cylindrical-coordinate representation of color #4073DA: hue angle of 220.13º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4073DA is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB64115218-
CMYK0.710.4700.15
HSL220.13º67.54%55.29%-
HSV(B)220.13º70.64%85.49%-
XYZ20.918.4168.78-
YUV111.49188.194.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.12%
GREEN value IS 115 (45.31% from 255) = 28.97%
BLUE value IS 218 (85.55% from 255) = 54.91%
R=16.12%
G=28.97%
B=54.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal641152180.710.4700.15220.1367.5455.29
Hex4073DA472F0Fdc4437
Octal1001633321075701733410467
Binary1000000111001111011010100011110111101111110111001000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4073DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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