#004AA3

Color #004AA3 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #004AA3

Tints of Cobalt #004AA3

Color information

#004AA3 (or 0x004AA3) is unknown color: approx Cobalt. HEX triplet: 00, 4A and A3. RGB value is (0,74,163). Sum of RGB (Red+Green+Blue) = 0+74+163=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 163 (64.06% from 255 or 68.78% from 237); Max value from RGB is 163 - color contains mainly: blue. Hex color #004AA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004AA3 is #FFB55C. Grayscale: #3D3D3D. Windows color (decimal): -16758109 or 10701312. OLE color: 10701312.

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

Color convert

RGB074163-
CMYK10.5500.36
HSL212.76º100%31.96%-
HSV(B)212.76º100%63.92%-
XYZ9.067.5435.63-
YUV62.02184.9883.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 74 (29.30% from 255) = 31.22%
BLUE value IS 163 (64.06% from 255) = 68.78%
R=0%
G=31.22%
B=68.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal07416310.5500.36212.7610031.96
Hex04AA36437024d56420
Octal01122431446704432514440
Binary010010101010001111001001101110100100110101011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #004AA3;
 }
 .AnyTagClassName
 {
   color: #004AA3;
 }
</style>
background-color css

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

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

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

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

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

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