Html Css Color HEX #044DC4 Cobalt

📋 copy color: '#044DC4'

red 4 ◦ green 77 ◦ blue 196

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

Shades of Cobalt #044DC4

Tints of Cobalt #044DC4

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.8%

 BLUE value IS 196 (76.95% from 255) = 70.76%

R = 1.44%
G = 27.8%
B = 70.76%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#044DC4 (or 0x044DC4) is known color: Cobalt. HEX triplet: 04, 4D and C4. RGB value is (4,77,196). Sum of RGB (Red+Green+Blue) = 4+77+196=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 196 (76.95% from 255 or 70.76% from 277); Max value from RGB is 196 - color contains mainly: blue. Hex color #044DC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044DC4 is #FBB23B. Grayscale: #444444. Windows color (decimal): -16495164 or 12864772. OLE color: 12864772.

HSL color Cylindrical-coordinate representation of color #044DC4: hue angle of 217.19º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044DC4 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 4 77 196 -
CMYK 0.98 0.61 0 0.23
HSL 217.19º 0.96% 0.39% -
HSV(B) 217.19º 0.98% 0.77% -
XYZ 12.67 9.32 53.36 -
YUV 68.74 199.82 81.82 -
System Red Green Blue C M Y K H S L
Decimal 4 77 196 0.98 0.61 0 0.23 217.19 0.96 0.39
Hex 4 4D C4 62 3D 0 17 D9 60 27
Octal 4 115 304 142 75 0 27 331 140 47
Binary 100 1001101 11000100 1100010 111101 0 10111 11011001 1100000 100111

Color Harmonies of #044DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044DC4

Black with #044DC4

Text Example


Text Example

White with #044DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,77,196); }

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

background-color css

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

 a { background-color: rgb(4,77,196); }

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

border-color css

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

 span { border-color: rgb(4,77,196); }

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