Html Css Color HEX #045492 Dark Cerulean

📋 copy color: '#045492'

red 4 ◦ green 84 ◦ blue 146

#045492
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #045492

Tints of Dark Cerulean #045492

RGB

 RED value IS 4 (1.95% from 255) = 1.71%

 GREEN value IS 84 (33.2% from 255) = 35.9%

 BLUE value IS 146 (57.42% from 255) = 62.39%

R = 1.71%
G = 35.9%
B = 62.39%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#045492 (or 0x045492) is known color: Dark Cerulean. HEX triplet: 04, 54 and 92. RGB value is (4,84,146). Sum of RGB (Red+Green+Blue) = 4+84+146=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #045492 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045492 is #FBAB6D. Grayscale: #424242. Windows color (decimal): -16493422 or 9589764. OLE color: 9589764.

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

Color convert

RGB 4 84 146 -
CMYK 0.97 0.42 0 0.43
HSL 206.2º 0.95% 0.29% -
HSV(B) 206.2º 0.97% 0.57% -
XYZ 8.41 8.44 28.38 -
YUV 67.15 172.5 82.96 -
System Red Green Blue C M Y K H S L
Decimal 4 84 146 0.97 0.42 0 0.43 206.2 0.95 0.29
Hex 4 54 92 61 2A 0 2B CE 5F 1D
Octal 4 124 222 141 52 0 53 316 137 35
Binary 100 1010100 10010010 1100001 101010 0 101011 11001110 1011111 11101

Color Harmonies of #045492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045492

Black with #045492

Text Example


Text Example

White with #045492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045492; }

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

 H1.HeaderClassName
 {
   color: #045492;
 }
 .AnyTagClassName
 {
   color: #045492;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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