#064B47

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

Shades of Cyprus #064B47

Tints of Cyprus #064B47

Color information

#064B47 (or 0x064B47) is unknown color: approx Cyprus. HEX triplet: 06, 4B and 47. RGB value is (6,75,71). Sum of RGB (Red+Green+Blue) = 6+75+71=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 75 (29.69% from 255 or 49.34% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 75 - color contains mainly: green. Hex color #064B47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064B47 is #F9B4B8. Grayscale: #353535. Windows color (decimal): -16364729 or 4672262. OLE color: 4672262.

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

Color convert

RGB67571-
CMYK0.9200.050.71
HSL176.52º85.19%15.88%-
HSV(B)176.52º92%29.41%-
XYZ3.735.536.83-
YUV53.91137.6493.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.95%
GREEN value IS 75 (29.69% from 255) = 49.34%
BLUE value IS 71 (28.12% from 255) = 46.71%
R=3.95%
G=49.34%
B=46.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal675710.9200.050.71176.5285.1915.88
Hex64B475C0547b15510
Octal61131071340510726112520
Binary1101001011100011110111000101100011110110001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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