Html Css Color HEX #004AB7 Cobalt

📋 copy color: '#004AB7'

red 0 ◦ green 74 ◦ blue 183

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

Shades of Cobalt #004AB7

Tints of Cobalt #004AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 71.21%

R = 0%
G = 28.79%
B = 71.21%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#004AB7 (or 0x004AB7) is known color: Cobalt. HEX triplet: 00, 4A and B7. RGB value is (0,74,183). Sum of RGB (Red+Green+Blue) = 0+74+183=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 183 (71.88% from 255 or 71.21% from 257); Max value from RGB is 183 - color contains mainly: blue. Hex color #004AB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004AB7 is #FFB548. Grayscale: #3F3F3F. Windows color (decimal): -16758089 or 12012032. OLE color: 12012032.

HSL color Cylindrical-coordinate representation of color #004AB7: hue angle of 215.74º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004AB7 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 0 74 183 -
CMYK 1 0.60 0 0.28
HSL 215.74º 1% 0.36% -
HSV(B) 215.74º 1% 0.72% -
XYZ 11 8.32 45.83 -
YUV 64.3 194.98 82.14 -
System Red Green Blue C M Y K H S L
Decimal 0 74 183 1 0.60 0 0.28 215.74 1 0.36
Hex 0 4A B7 64 3C 0 1C D8 64 24
Octal 0 112 267 144 74 0 34 330 144 44
Binary 0 1001010 10110111 1100100 111100 0 11100 11011000 1100100 100100

Color Harmonies of #004AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004AB7

Black with #004AB7

Text Example


Text Example

White with #004AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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