#045493

Color #045493 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #045493

Tints of Dark Cerulean #045493

Color information

#045493 (or 0x045493) is unknown color: approx Dark Cerulean. HEX triplet: 04, 54 and 93. RGB value is (4,84,147). Sum of RGB (Red+Green+Blue) = 4+84+147=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 147 (57.81% from 255 or 62.55% from 235); Max value from RGB is 147 - color contains mainly: blue. Hex color #045493 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045493 is #FBAB6C. Grayscale: #424242. Windows color (decimal): -16493421 or 9655300. OLE color: 9655300.

HSL color Cylindrical-coordinate representation of color #045493: hue angle of 206.43º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045493 is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB484147-
CMYK0.970.4300.42
HSL206.43º94.7%29.61%-
HSV(B)206.43º97.28%57.65%-
XYZ8.498.4728.79-
YUV67.2617382.88-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.70%
GREEN value IS 84 (33.20% from 255) = 35.74%
BLUE value IS 147 (57.81% from 255) = 62.55%
R=1.70%
G=35.74%
B=62.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4841470.970.4300.42206.4394.729.61
Hex45493612B02Ace5f1e
Octal41242231415305231613736
Binary1001010100100100111100001101011010101011001110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045493; }

 p { color: rgb(4,84,147); }

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

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

 a { background-color: rgb(4,84,147); }

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

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

 span { border-color: rgb(4,84,147); }

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