Html Css Color HEX #044AA4 Cobalt

📋 copy color: '#044AA4'

red 4 ◦ green 74 ◦ blue 164

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

Shades of Cobalt #044AA4

Tints of Cobalt #044AA4

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.58%

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

R = 1.65%
G = 30.58%
B = 67.77%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#044AA4 (or 0x044AA4) is known color: Cobalt. HEX triplet: 04, 4A and A4. RGB value is (4,74,164). Sum of RGB (Red+Green+Blue) = 4+74+164=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 164 (64.45% from 255 or 67.77% from 242); Max value from RGB is 164 - color contains mainly: blue. Hex color #044AA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044AA4 is #FBB55B. Grayscale: #3E3E3E. Windows color (decimal): -16495964 or 10766852. OLE color: 10766852.

HSL color Cylindrical-coordinate representation of color #044AA4: hue angle of 213.75º 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 #044AA4 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 4 74 164 -
CMYK 0.98 0.55 0 0.36
HSL 213.75º 0.95% 0.33% -
HSV(B) 213.75º 0.98% 0.64% -
XYZ 9.2 7.6 36.1 -
YUV 63.33 184.81 85.68 -
System Red Green Blue C M Y K H S L
Decimal 4 74 164 0.98 0.55 0 0.36 213.75 0.95 0.33
Hex 4 4A A4 62 37 0 24 D6 5F 21
Octal 4 112 244 142 67 0 44 326 137 41
Binary 100 1001010 10100100 1100010 110111 0 100100 11010110 1011111 100001

Color Harmonies of #044AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044AA4

Black with #044AA4

Text Example


Text Example

White with #044AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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