Html Css Color HEX #044CA4 Cobalt

📋 copy color: '#044CA4'

red 4 ◦ green 76 ◦ blue 164

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

Shades of Cobalt #044CA4

Tints of Cobalt #044CA4

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.15%

 BLUE value IS 164 (64.45% from 255) = 67.21%

R = 1.64%
G = 31.15%
B = 67.21%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#044CA4 (or 0x044CA4) is known color: Cobalt. HEX triplet: 04, 4C and A4. RGB value is (4,76,164). Sum of RGB (Red+Green+Blue) = 4+76+164=244 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.64% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 164 (64.45% from 255 or 67.21% from 244); Max value from RGB is 164 - color contains mainly: blue. Hex color #044CA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044CA4 is #FBB35B. Grayscale: #404040. Windows color (decimal): -16495452 or 10767364. OLE color: 10767364.

HSL color Cylindrical-coordinate representation of color #044CA4: hue angle of 213º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044CA4 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 4 76 164 -
CMYK 0.98 0.54 0 0.36
HSL 213º 0.95% 0.33% -
HSV(B) 213º 0.98% 0.64% -
XYZ 9.34 7.88 36.15 -
YUV 64.5 184.15 84.84 -
System Red Green Blue C M Y K H S L
Decimal 4 76 164 0.98 0.54 0 0.36 213 0.95 0.33
Hex 4 4C A4 62 36 0 24 D5 5F 21
Octal 4 114 244 142 66 0 44 325 137 41
Binary 100 1001100 10100100 1100010 110110 0 100100 11010101 1011111 100001

Color Harmonies of #044CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044CA4

Black with #044CA4

Text Example


Text Example

White with #044CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044CA4; }

 p { color: rgb(4,76,164); }

 H1.HeaderClassName
 {
   color: #044CA4;
 }
 .AnyTagClassName
 {
   color: #044CA4;
 }
</style>

background-color css

<style>
 a { background-color: #044CA4; }

 a { background-color: rgb(4,76,164); }

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

border-color css

<style>
 span { border-color: #044CA4; }

 span { border-color: rgb(4,76,164); }

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