#004046

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

Shades of Sherpa Blue #004046

Tints of Sherpa Blue #004046

Color information

#004046 (or 0x004046) is unknown color: approx Sherpa Blue. HEX triplet: 00, 40 and 46. RGB value is (0,64,70). Sum of RGB (Red+Green+Blue) = 0+64+70=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 70 (27.73% from 255 or 52.24% from 134); Max value from RGB is 70 - color contains mainly: blue. Hex color #004046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004046 is #FFBFB9. Grayscale: #2D2D2D. Windows color (decimal): -16760762 or 4603904. OLE color: 4603904.

HSL color Cylindrical-coordinate representation of color #004046: hue angle of 185.14º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004046 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB06470-
CMYK10.0900.73
HSL185.14º100%13.73%-
HSV(B)185.14º100%27.45%-
XYZ2.944.116.43-
YUV45.55141.895.51-

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) = 47.76%
BLUE value IS 70 (27.73% from 255) = 52.24%
R=0%
G=47.76%
B=52.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0647010.0900.73185.1410013.73
Hex04046649049b964e
Octal010010614411011127114416
Binary01000000100011011001001001010010011011100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004046; }

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

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

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

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

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

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

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

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