Html Css Color HEX #004AAC Cobalt

📋 copy color: '#004AAC'

red 0 ◦ green 74 ◦ blue 172

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

Shades of Cobalt #004AAC

Tints of Cobalt #004AAC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 172 (67.58% from 255) = 69.92%

R = 0%
G = 30.08%
B = 69.92%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#004AAC (or 0x004AAC) is known color: Cobalt. HEX triplet: 00, 4A and AC. RGB value is (0,74,172). Sum of RGB (Red+Green+Blue) = 0+74+172=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 172 (67.58% from 255 or 69.92% from 246); Max value from RGB is 172 - color contains mainly: blue. Hex color #004AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004AAC is #FFB553. Grayscale: #3E3E3E. Windows color (decimal): -16758100 or 11291136. OLE color: 11291136.

HSL color Cylindrical-coordinate representation of color #004AAC: hue angle of 214.19º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004AAC is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 74 172 -
CMYK 1 0.57 0 0.33
HSL 214.19º 1% 0.34% -
HSV(B) 214.19º 1% 0.67% -
XYZ 9.9 7.88 40.03 -
YUV 63.05 189.48 83.03 -
System Red Green Blue C M Y K H S L
Decimal 0 74 172 1 0.57 0 0.33 214.19 1 0.34
Hex 0 4A AC 64 39 0 21 D6 64 22
Octal 0 112 254 144 71 0 41 326 144 42
Binary 0 1001010 10101100 1100100 111001 0 100001 11010110 1100100 100010

Color Harmonies of #004AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004AAC

Black with #004AAC

Text Example


Text Example

White with #004AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004AAC; }

 p { color: rgb(0,74,172); }

 H1.HeaderClassName
 {
   color: #004AAC;
 }
 .AnyTagClassName
 {
   color: #004AAC;
 }
</style>

background-color css

<style>
 a { background-color: #004AAC; }

 a { background-color: rgb(0,74,172); }

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

border-color css

<style>
 span { border-color: #004AAC; }

 span { border-color: rgb(0,74,172); }

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