#4073CF

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

Shades of Royal Blue #4073CF

Tints of Royal Blue #4073CF

Color information

#4073CF (or 0x4073CF) is unknown color: approx Royal Blue. HEX triplet: 40, 73 and CF. RGB value is (64,115,207). Sum of RGB (Red+Green+Blue) = 64+115+207=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #4073CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4073CF is #BF8C30. Grayscale: #6D6D6D. Windows color (decimal): -12553265 or 13595456. OLE color: 13595456.

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

Color convert

RGB64115207-
CMYK0.690.4400.19
HSL218.6º59.83%53.14%-
HSV(B)218.6º69.08%81.18%-
XYZ19.5117.8661.45-
YUV110.24182.695.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.58%
GREEN value IS 115 (45.31% from 255) = 29.79%
BLUE value IS 207 (81.25% from 255) = 53.63%
R=16.58%
G=29.79%
B=53.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal641152070.690.4400.19218.659.8353.14
Hex4073CF452C013db3c35
Octal100163317105540233337465
Binary1000000111001111001111100010110110001001111011011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4073CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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