#064046

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

Shades of Sherpa Blue #064046

Tints of Sherpa Blue #064046

Color information

#064046 (or 0x064046) is unknown color: approx Sherpa Blue. HEX triplet: 06, 40 and 46. RGB value is (6,64,70). Sum of RGB (Red+Green+Blue) = 6+64+70=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 70 (27.73% from 255 or 50% from 140); Max value from RGB is 70 - color contains mainly: blue. Hex color #064046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064046 is #F9BFB9. Grayscale: #2F2F2F. Windows color (decimal): -16367546 or 4603910. OLE color: 4603910.

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

Color convert

RGB66470-
CMYK0.910.0900.73
HSL185.62º84.21%14.9%-
HSV(B)185.62º91.43%27.45%-
XYZ3.014.156.44-
YUV47.34140.7898.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.29%
GREEN value IS 64 (25.39% from 255) = 45.71%
BLUE value IS 70 (27.73% from 255) = 50%
R=4.29%
G=45.71%
B=50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal664700.910.0900.73185.6284.2114.9
Hex640465B9049ba54f
Octal610010613311011127212417
Binary1101000000100011010110111001010010011011101010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064046; }

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

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

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

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

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

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

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

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