Html Css Color HEX #064B47 Cyprus

📋 copy color: '#064B47'

red 6 ◦ green 75 ◦ blue 71

#064B47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #064B47

Tints of Cyprus #064B47

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.13% from 255) = 46.71%

R = 3.95%
G = 49.34%
B = 46.71%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#064B47 (or 0x064B47) is known color: 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

RGB 6 75 71 -
CMYK 0.92 0 0.05 0.71
HSL 176.52º 0.85% 0.16% -
HSV(B) 176.52º 0.92% 0.29% -
XYZ 3.73 5.53 6.83 -
YUV 53.91 137.64 93.83 -
System Red Green Blue C M Y K H S L
Decimal 6 75 71 0.92 0 0.05 0.71 176.52 0.85 0.16
Hex 6 4B 47 5C 0 5 47 B1 55 10
Octal 6 113 107 134 0 5 107 261 125 20
Binary 110 1001011 1000111 1011100 0 101 1000111 10110001 1010101 10000

Color Harmonies of #064B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064B47

Black with #064B47

Text Example


Text Example

White with #064B47

Text Example


Text Example

HTML Codes & Css Web 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>