Html Css Color HEX #04488B Dark Cerulean

📋 copy color: '#04488B'

red 4 ◦ green 72 ◦ blue 139

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

Shades of Dark Cerulean #04488B

Tints of Dark Cerulean #04488B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.49%

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

R = 1.86%
G = 33.49%
B = 64.65%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04488B (or 0x04488B) is known color: Dark Cerulean. HEX triplet: 04, 48 and 8B. RGB value is (4,72,139). Sum of RGB (Red+Green+Blue) = 4+72+139=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 139 (54.69% from 255 or 64.65% from 215); Max value from RGB is 139 - color contains mainly: blue. Hex color #04488B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04488B is #FBB774. Grayscale: #3A3A3A. Windows color (decimal): -16496501 or 9127940. OLE color: 9127940.

HSL color Cylindrical-coordinate representation of color #04488B: hue angle of 209.78º 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 #04488B is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 72 139 -
CMYK 0.97 0.48 0 0.45
HSL 209.78º 0.94% 0.28% -
HSV(B) 209.78º 0.97% 0.55% -
XYZ 7.03 6.52 25.32 -
YUV 59.31 172.97 88.55 -
System Red Green Blue C M Y K H S L
Decimal 4 72 139 0.97 0.48 0 0.45 209.78 0.94 0.28
Hex 4 48 8B 61 30 0 2D D2 5E 1C
Octal 4 110 213 141 60 0 55 322 136 34
Binary 100 1001000 10001011 1100001 110000 0 101101 11010010 1011110 11100

Color Harmonies of #04488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04488B

Black with #04488B

Text Example


Text Example

White with #04488B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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