#064A4E

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

Shades of Sherpa Blue #064A4E

Tints of Sherpa Blue #064A4E

Color information

#064A4E (or 0x064A4E) is unknown color: approx Sherpa Blue. HEX triplet: 06, 4A and 4E. RGB value is (6,74,78). Sum of RGB (Red+Green+Blue) = 6+74+78=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 74 (29.30% from 255 or 46.84% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 78 - color contains mainly: blue. Hex color #064A4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064A4E is #F9B5B1. Grayscale: #363636. Windows color (decimal): -16364978 or 5130758. OLE color: 5130758.

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

Color convert

RGB67478-
CMYK0.920.0500.69
HSL183.33º85.71%16.47%-
HSV(B)183.33º92.31%30.59%-
XYZ3.95.498.06-
YUV54.12141.4793.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.80%
GREEN value IS 74 (29.30% from 255) = 46.84%
BLUE value IS 78 (30.86% from 255) = 49.37%
R=3.80%
G=46.84%
B=49.37%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal674780.920.0500.69183.3385.7116.47
Hex64A4E5C5045b75610
Octal61121161345010526712620
Binary1101001010100111010111001010100010110110111101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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