Html Css Color HEX #004AB4 Cobalt

📋 copy color: '#004AB4'

red 0 ◦ green 74 ◦ blue 180

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

Shades of Cobalt #004AB4

Tints of Cobalt #004AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 70.87%

R = 0%
G = 29.13%
B = 70.87%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#004AB4 (or 0x004AB4) is known color: Cobalt. HEX triplet: 00, 4A and B4. RGB value is (0,74,180). Sum of RGB (Red+Green+Blue) = 0+74+180=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 180 (70.70% from 255 or 70.87% from 254); Max value from RGB is 180 - color contains mainly: blue. Hex color #004AB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004AB4 is #FFB54B. Grayscale: #3F3F3F. Windows color (decimal): -16758092 or 11815424. OLE color: 11815424.

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

Color convert

RGB 0 74 180 -
CMYK 1 0.59 0 0.29
HSL 215.33º 1% 0.35% -
HSV(B) 215.33º 1% 0.71% -
XYZ 10.69 8.19 44.2 -
YUV 63.96 193.48 82.38 -
System Red Green Blue C M Y K H S L
Decimal 0 74 180 1 0.59 0 0.29 215.33 1 0.35
Hex 0 4A B4 64 3B 0 1D D7 64 23
Octal 0 112 264 144 73 0 35 327 144 43
Binary 0 1001010 10110100 1100100 111011 0 11101 11010111 1100100 100011

Color Harmonies of #004AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004AB4

Black with #004AB4

Text Example


Text Example

White with #004AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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