Html Css Color HEX #04498B Dark Cerulean

📋 copy color: '#04498B'

red 4 ◦ green 73 ◦ blue 139

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

Shades of Dark Cerulean #04498B

Tints of Dark Cerulean #04498B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.8%

 BLUE value IS 139 (54.69% from 255) = 64.35%

R = 1.85%
G = 33.8%
B = 64.35%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04498B (or 0x04498B) is known color: Dark Cerulean. HEX triplet: 04, 49 and 8B. RGB value is (4,73,139). Sum of RGB (Red+Green+Blue) = 4+73+139=216 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.85% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 139 (54.69% from 255 or 64.35% from 216); Max value from RGB is 139 - color contains mainly: blue. Hex color #04498B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04498B is #FBB674. Grayscale: #3B3B3B. Windows color (decimal): -16496245 or 9128196. OLE color: 9128196.

HSL color Cylindrical-coordinate representation of color #04498B: hue angle of 209.33º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04498B is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 73 139 -
CMYK 0.97 0.47 0 0.45
HSL 209.33º 0.94% 0.28% -
HSV(B) 209.33º 0.97% 0.55% -
XYZ 7.09 6.65 25.34 -
YUV 59.89 172.64 88.13 -
System Red Green Blue C M Y K H S L
Decimal 4 73 139 0.97 0.47 0 0.45 209.33 0.94 0.28
Hex 4 49 8B 61 2F 0 2D D1 5E 1C
Octal 4 111 213 141 57 0 55 321 136 34
Binary 100 1001001 10001011 1100001 101111 0 101101 11010001 1011110 11100

Color Harmonies of #04498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04498B

Black with #04498B

Text Example


Text Example

White with #04498B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04498B; }

 p { color: rgb(4,73,139); }

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

background-color css

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

 a { background-color: rgb(4,73,139); }

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

border-color css

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

 span { border-color: rgb(4,73,139); }

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