Html Css Color HEX #04499B Cobalt

📋 copy color: '#04499B'

red 4 ◦ green 73 ◦ blue 155

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

Shades of Cobalt #04499B

Tints of Cobalt #04499B

RGB

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

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

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

R = 1.72%
G = 31.47%
B = 66.81%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#04499B (or 0x04499B) is known color: Cobalt. HEX triplet: 04, 49 and 9B. RGB value is (4,73,155). Sum of RGB (Red+Green+Blue) = 4+73+155=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #04499B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04499B is #FBB664. Grayscale: #3D3D3D. Windows color (decimal): -16496229 or 10176772. OLE color: 10176772.

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

Color convert

RGB 4 73 155 -
CMYK 0.97 0.53 0 0.39
HSL 212.58º 0.95% 0.31% -
HSV(B) 212.58º 0.97% 0.61% -
XYZ 8.35 7.16 31.95 -
YUV 61.72 180.64 86.83 -
System Red Green Blue C M Y K H S L
Decimal 4 73 155 0.97 0.53 0 0.39 212.58 0.95 0.31
Hex 4 49 9B 61 35 0 27 D5 5F 1F
Octal 4 111 233 141 65 0 47 325 137 37
Binary 100 1001001 10011011 1100001 110101 0 100111 11010101 1011111 11111

Color Harmonies of #04499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04499B

Black with #04499B

Text Example


Text Example

White with #04499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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