#064A4C

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

Shades of Sherpa Blue #064A4C

Tints of Sherpa Blue #064A4C

Color information

#064A4C (or 0x064A4C) is unknown color: approx Sherpa Blue. HEX triplet: 06, 4A and 4C. RGB value is (6,74,76). Sum of RGB (Red+Green+Blue) = 6+74+76=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 74 (29.30% from 255 or 47.44% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #064A4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064A4C is #F9B5B3. Grayscale: #353535. Windows color (decimal): -16364980 or 4999686. OLE color: 4999686.

HSL color Cylindrical-coordinate representation of color #064A4C: hue angle of 181.71º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064A4C is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB67476-
CMYK0.920.0300.70
HSL181.71º85.37%16.08%-
HSV(B)181.71º92.11%29.8%-
XYZ3.835.467.69-
YUV53.9140.4793.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.85%
GREEN value IS 74 (29.30% from 255) = 47.44%
BLUE value IS 76 (30.08% from 255) = 48.72%
R=3.85%
G=47.44%
B=48.72%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal674760.920.0300.70181.7185.3716.08
Hex64A4C5C3046b65510
Octal61121141343010626612520
Binary110100101010011001011100110100011010110110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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