#004A81

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

Shades of Dark Cerulean #004A81

Tints of Dark Cerulean #004A81

Color information

#004A81 (or 0x004A81) is unknown color: approx Dark Cerulean. HEX triplet: 00, 4A and 81. RGB value is (0,74,129). Sum of RGB (Red+Green+Blue) = 0+74+129=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 129 (50.78% from 255 or 63.55% from 203); Max value from RGB is 129 - color contains mainly: blue. Hex color #004A81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004A81 is #FFB57E. Grayscale: #393939. Windows color (decimal): -16758143 or 8473088. OLE color: 8473088.

HSL color Cylindrical-coordinate representation of color #004A81: hue angle of 205.58º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A81 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB074129-
CMYK10.4300.49
HSL205.58º100%25.29%-
HSV(B)205.58º100%50.59%-
XYZ6.416.4821.68-
YUV58.14167.9886.53-

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) = 36.45%
BLUE value IS 129 (50.78% from 255) = 63.55%
R=0%
G=36.45%
B=63.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal07412910.4300.49205.5810025.29
Hex04A81642B031ce6419
Octal01122011445306131614431
Binary01001010100000011100100101011011000111001110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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