#00404D

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

Shades of Sherpa Blue #00404D

Tints of Sherpa Blue #00404D

Color information

#00404D (or 0x00404D) is unknown color: approx Sherpa Blue. HEX triplet: 00, 40 and 4D. RGB value is (0,64,77). Sum of RGB (Red+Green+Blue) = 0+64+77=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #00404D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00404D is #FFBFB2. Grayscale: #2E2E2E. Windows color (decimal): -16760755 or 5062656. OLE color: 5062656.

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

Color convert

RGB06477-
CMYK10.1700.70
HSL190.13º100%15.1%-
HSV(B)190.13º100%30.2%-
XYZ3.174.27.67-
YUV46.35145.394.94-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 64 (25.39% from 255) = 45.39%
BLUE value IS 77 (30.47% from 255) = 54.61%
R=0%
G=45.39%
B=54.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal0647710.1700.70190.1310015.1
Hex0404D6411046be64f
Octal010011514421010627614417
Binary010000001001101110010010001010001101011111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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