Html Css Color HEX #064A47 Cyprus

📋 copy color: '#064A47'

red 6 ◦ green 74 ◦ blue 71

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

Shades of Cyprus #064A47

Tints of Cyprus #064A47

RGB

 RED value IS 6 (2.73% from 255) = 3.97%

 GREEN value IS 74 (29.3% from 255) = 49.01%

 BLUE value IS 71 (28.13% from 255) = 47.02%

R = 3.97%
G = 49.01%
B = 47.02%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#064A47 (or 0x064A47) is known color: Cyprus. HEX triplet: 06, 4A and 47. RGB value is (6,74,71). Sum of RGB (Red+Green+Blue) = 6+74+71=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 74 (29.30% from 255 or 49.01% from 151); Blue value is 71 (28.12% from 255 or 47.02% from 151); Max value from RGB is 74 - color contains mainly: green. Hex color #064A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064A47 is #F9B5B8. Grayscale: #353535. Windows color (decimal): -16364985 or 4672006. OLE color: 4672006.

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

Color convert

RGB 6 74 71 -
CMYK 0.92 0 0.04 0.71
HSL 177.35º 0.85% 0.16% -
HSV(B) 177.35º 0.92% 0.29% -
XYZ 3.66 5.39 6.81 -
YUV 53.33 137.97 94.24 -
System Red Green Blue C M Y K H S L
Decimal 6 74 71 0.92 0 0.04 0.71 177.35 0.85 0.16
Hex 6 4A 47 5C 0 4 47 B1 55 10
Octal 6 112 107 134 0 4 107 261 125 20
Binary 110 1001010 1000111 1011100 0 100 1000111 10110001 1010101 10000

Color Harmonies of #064A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064A47

Black with #064A47

Text Example


Text Example

White with #064A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #064A47;
 }
 .AnyTagClassName
 {
   color: #064A47;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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