Html Css Color HEX #04489B Cobalt

📋 copy color: '#04489B'

red 4 ◦ green 72 ◦ blue 155

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

Shades of Cobalt #04489B

Tints of Cobalt #04489B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 67.1%

R = 1.73%
G = 31.17%
B = 67.1%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#04489B (or 0x04489B) is known color: Cobalt. HEX triplet: 04, 48 and 9B. RGB value is (4,72,155). Sum of RGB (Red+Green+Blue) = 4+72+155=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 155 (60.94% from 255 or 67.10% from 231); Max value from RGB is 155 - color contains mainly: blue. Hex color #04489B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04489B is #FBB764. Grayscale: #3C3C3C. Windows color (decimal): -16496485 or 10176516. OLE color: 10176516.

HSL color Cylindrical-coordinate representation of color #04489B: hue angle of 212.98º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04489B is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 4 72 155 -
CMYK 0.97 0.54 0 0.39
HSL 212.98º 0.95% 0.31% -
HSV(B) 212.98º 0.97% 0.61% -
XYZ 8.28 7.03 31.93 -
YUV 61.13 180.97 87.25 -
System Red Green Blue C M Y K H S L
Decimal 4 72 155 0.97 0.54 0 0.39 212.98 0.95 0.31
Hex 4 48 9B 61 36 0 27 D5 5F 1F
Octal 4 110 233 141 66 0 47 325 137 37
Binary 100 1001000 10011011 1100001 110110 0 100111 11010101 1011111 11111

Color Harmonies of #04489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04489B

Black with #04489B

Text Example


Text Example

White with #04489B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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