Html Css Color HEX #004AA6 Cobalt

📋 copy color: '#004AA6'

red 0 ◦ green 74 ◦ blue 166

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

Shades of Cobalt #004AA6

Tints of Cobalt #004AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 69.17%

R = 0%
G = 30.83%
B = 69.17%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#004AA6 (or 0x004AA6) is known color: Cobalt. HEX triplet: 00, 4A and A6. RGB value is (0,74,166). Sum of RGB (Red+Green+Blue) = 0+74+166=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 166 (65.23% from 255 or 69.17% from 240); Max value from RGB is 166 - color contains mainly: blue. Hex color #004AA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004AA6 is #FFB559. Grayscale: #3D3D3D. Windows color (decimal): -16758106 or 10897920. OLE color: 10897920.

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

Color convert

RGB 0 74 166 -
CMYK 1 0.55 0 0.35
HSL 213.25º 1% 0.33% -
HSV(B) 213.25º 1% 0.65% -
XYZ 9.33 7.65 37.06 -
YUV 62.36 186.48 83.52 -
System Red Green Blue C M Y K H S L
Decimal 0 74 166 1 0.55 0 0.35 213.25 1 0.33
Hex 0 4A A6 64 37 0 23 D5 64 21
Octal 0 112 246 144 67 0 43 325 144 41
Binary 0 1001010 10100110 1100100 110111 0 100011 11010101 1100100 100001

Color Harmonies of #004AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004AA6

Black with #004AA6

Text Example


Text Example

White with #004AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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