Html Css Color HEX #04469D Cobalt

📋 copy color: '#04469D'

red 4 ◦ green 70 ◦ blue 157

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

Shades of Cobalt #04469D

Tints of Cobalt #04469D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.3%

 BLUE value IS 157 (61.72% from 255) = 67.97%

R = 1.73%
G = 30.3%
B = 67.97%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#04469D (or 0x04469D) is known color: Cobalt. HEX triplet: 04, 46 and 9D. RGB value is (4,70,157). Sum of RGB (Red+Green+Blue) = 4+70+157=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 157 (61.72% from 255 or 67.97% from 231); Max value from RGB is 157 - color contains mainly: blue. Hex color #04469D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04469D is #FBB962. Grayscale: #3B3B3B. Windows color (decimal): -16496995 or 10307076. OLE color: 10307076.

HSL color Cylindrical-coordinate representation of color #04469D: hue angle of 214.12º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04469D is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 70 157 -
CMYK 0.97 0.55 0 0.38
HSL 214.12º 0.95% 0.32% -
HSV(B) 214.12º 0.97% 0.62% -
XYZ 8.33 6.84 32.78 -
YUV 60.18 182.63 87.93 -
System Red Green Blue C M Y K H S L
Decimal 4 70 157 0.97 0.55 0 0.38 214.12 0.95 0.32
Hex 4 46 9D 61 37 0 26 D6 5F 20
Octal 4 106 235 141 67 0 46 326 137 40
Binary 100 1000110 10011101 1100001 110111 0 100110 11010110 1011111 100000

Color Harmonies of #04469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04469D

Black with #04469D

Text Example


Text Example

White with #04469D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04469D; }

 p { color: rgb(4,70,157); }

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

background-color css

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

 a { background-color: rgb(4,70,157); }

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

border-color css

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

 span { border-color: rgb(4,70,157); }

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