#004A6F

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

Shades of Dark Cerulean #004A6F

Tints of Dark Cerulean #004A6F

Color information

#004A6F (or 0x004A6F) is unknown color: approx Dark Cerulean. HEX triplet: 00, 4A and 6F. RGB value is (0,74,111). Sum of RGB (Red+Green+Blue) = 0+74+111=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 111 (43.75% from 255 or 60% from 185); Max value from RGB is 111 - color contains mainly: blue. Hex color #004A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004A6F is #FFB590. Grayscale: #373737. Windows color (decimal): -16758161 or 7293440. OLE color: 7293440.

HSL color Cylindrical-coordinate representation of color #004A6F: hue angle of 200º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A6F is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB074111-
CMYK10.3300.56
HSL200º100%21.76%-
HSV(B)200º100%43.53%-
XYZ5.326.0515.93-
YUV56.09158.9887.99-

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) = 40%
BLUE value IS 111 (43.75% from 255) = 60%
R=0%
G=40%
B=60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal07411110.3300.5620010021.76
Hex04A6F6421038c86416
Octal01121571444107031014426
Binary0100101011011111100100100001011100011001000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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