#064A50

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

Shades of Sherpa Blue #064A50

Tints of Sherpa Blue #064A50

Color information

#064A50 (or 0x064A50) is unknown color: approx Sherpa Blue. HEX triplet: 06, 4A and 50. RGB value is (6,74,80). Sum of RGB (Red+Green+Blue) = 6+74+80=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 74 (29.30% from 255 or 46.25% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #064A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064A50 is #F9B5AF. Grayscale: #363636. Windows color (decimal): -16364976 or 5261830. OLE color: 5261830.

HSL color Cylindrical-coordinate representation of color #064A50: hue angle of 184.86º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064A50 is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB67480-
CMYK0.920.0800.69
HSL184.86º86.05%16.86%-
HSV(B)184.86º92.5%31.37%-
XYZ3.975.528.44-
YUV54.35142.4793.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.75%
GREEN value IS 74 (29.30% from 255) = 46.25%
BLUE value IS 80 (31.64% from 255) = 50%
R=3.75%
G=46.25%
B=50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal674800.920.0800.69184.8686.0516.86
Hex64A505C8045b95611
Octal611212013410010527112621
Binary11010010101010000101110010000100010110111001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064A50; }

 p { color: rgb(6,74,80); }

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

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

 a { background-color: rgb(6,74,80); }

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

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

 span { border-color: rgb(6,74,80); }

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