#04404D

Color #04404D Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #04404D

Tints of Sherpa Blue #04404D

Color information

#04404D (or 0x04404D) is unknown color: approx Sherpa Blue. HEX triplet: 04, 40 and 4D. RGB value is (4,64,77). Sum of RGB (Red+Green+Blue) = 4+64+77=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #04404D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04404D is #FBBFB2. Grayscale: #2F2F2F. Windows color (decimal): -16498611 or 5062660. OLE color: 5062660.

HSL color Cylindrical-coordinate representation of color #04404D: hue angle of 190.68º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04404D is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB46477-
CMYK0.950.1700.70
HSL190.68º90.12%15.88%-
HSV(B)190.68º94.81%30.2%-
XYZ3.224.237.67-
YUV47.54144.6296.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.76%
GREEN value IS 64 (25.39% from 255) = 44.14%
BLUE value IS 77 (30.47% from 255) = 53.10%
R=2.76%
G=44.14%
B=53.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal464770.950.1700.70190.6890.1215.88
Hex4404D5F11046bf5a10
Octal410011513721010627713220
Binary100100000010011011011111100010100011010111111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04404D; }

 p { color: rgb(4,64,77); }

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

<style>
 a { background-color: #04404D; }

 a { background-color: rgb(4,64,77); }

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

<style>
 span { border-color: #04404D; }

 span { border-color: rgb(4,64,77); }

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