Html Css Color HEX #004AB0 Cobalt

📋 copy color: '#004AB0'

red 0 ◦ green 74 ◦ blue 176

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

Shades of Cobalt #004AB0

Tints of Cobalt #004AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 70.4%

R = 0%
G = 29.6%
B = 70.4%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#004AB0 (or 0x004AB0) is known color: Cobalt. HEX triplet: 00, 4A and B0. RGB value is (0,74,176). Sum of RGB (Red+Green+Blue) = 0+74+176=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 176 (69.14% from 255 or 70.4% from 250); Max value from RGB is 176 - color contains mainly: blue. Hex color #004AB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004AB0 is #FFB54F. Grayscale: #3F3F3F. Windows color (decimal): -16758096 or 11553280. OLE color: 11553280.

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

Color convert

RGB 0 74 176 -
CMYK 1 0.58 0 0.31
HSL 214.77º 1% 0.35% -
HSV(B) 214.77º 1% 0.69% -
XYZ 10.29 8.03 42.08 -
YUV 63.5 191.48 82.71 -
System Red Green Blue C M Y K H S L
Decimal 0 74 176 1 0.58 0 0.31 214.77 1 0.35
Hex 0 4A B0 64 3A 0 1F D7 64 23
Octal 0 112 260 144 72 0 37 327 144 43
Binary 0 1001010 10110000 1100100 111010 0 11111 11010111 1100100 100011

Color Harmonies of #004AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004AB0

Black with #004AB0

Text Example


Text Example

White with #004AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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