#064B4C

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

Shades of Sherpa Blue #064B4C

Tints of Sherpa Blue #064B4C

Color information

#064B4C (or 0x064B4C) is unknown color: approx Sherpa Blue. HEX triplet: 06, 4B and 4C. RGB value is (6,75,76). Sum of RGB (Red+Green+Blue) = 6+75+76=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 75 (29.69% from 255 or 47.77% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #064B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064B4C is #F9B4B3. Grayscale: #363636. Windows color (decimal): -16364724 or 4999942. OLE color: 4999942.

HSL color Cylindrical-coordinate representation of color #064B4C: hue angle of 180.86º 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 #064B4C is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB67576-
CMYK0.920.0100.70
HSL180.86º85.37%16.08%-
HSV(B)180.86º92.11%29.8%-
XYZ3.95.597.71-
YUV54.48140.1493.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.82%
GREEN value IS 75 (29.69% from 255) = 47.77%
BLUE value IS 76 (30.08% from 255) = 48.41%
R=3.82%
G=47.77%
B=48.41%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal675760.920.0100.70180.8685.3716.08
Hex64B4C5C1046b55510
Octal61131141341010626512520
Binary11010010111001100101110010100011010110101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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