#4073D1

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

Shades of Royal Blue #4073D1

Tints of Royal Blue #4073D1

Color information

#4073D1 (or 0x4073D1) is unknown color: approx Royal Blue. HEX triplet: 40, 73 and D1. RGB value is (64,115,209). Sum of RGB (Red+Green+Blue) = 64+115+209=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 209 (82.03% from 255 or 53.87% from 388); Max value from RGB is 209 - color contains mainly: blue. Hex color #4073D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4073D1 is #BF8C2E. Grayscale: #6E6E6E. Windows color (decimal): -12553263 or 13726528. OLE color: 13726528.

HSL color Cylindrical-coordinate representation of color #4073D1: hue angle of 218.9º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4073D1 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB64115209-
CMYK0.690.4500.18
HSL218.9º61.18%53.53%-
HSV(B)218.9º69.38%81.96%-
XYZ19.7517.9562.75-
YUV110.47183.694.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.49%
GREEN value IS 115 (45.31% from 255) = 29.64%
BLUE value IS 209 (82.03% from 255) = 53.87%
R=16.49%
G=29.64%
B=53.87%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal641152090.690.4500.18218.961.1853.53
Hex4073D1452D012db3d36
Octal100163321105550223337566
Binary1000000111001111010001100010110110101001011011011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4073D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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