Html Css Color HEX #064A48 Cyprus

📋 copy color: '#064A48'

red 6 ◦ green 74 ◦ blue 72

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

Shades of Cyprus #064A48

Tints of Cyprus #064A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 47.37%

R = 3.95%
G = 48.68%
B = 47.37%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#064A48 (or 0x064A48) is known color: Cyprus. HEX triplet: 06, 4A and 48. RGB value is (6,74,72). Sum of RGB (Red+Green+Blue) = 6+74+72=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 74 (29.30% from 255 or 48.68% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 74 - color contains mainly: green. Hex color #064A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064A48 is #F9B5B7. Grayscale: #353535. Windows color (decimal): -16364984 or 4737542. OLE color: 4737542.

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

Color convert

RGB 6 74 72 -
CMYK 0.92 0 0.03 0.71
HSL 178.24º 0.85% 0.16% -
HSV(B) 178.24º 0.92% 0.29% -
XYZ 3.69 5.4 6.98 -
YUV 53.44 138.47 94.16 -
System Red Green Blue C M Y K H S L
Decimal 6 74 72 0.92 0 0.03 0.71 178.24 0.85 0.16
Hex 6 4A 48 5C 0 3 47 B2 55 10
Octal 6 112 110 134 0 3 107 262 125 20
Binary 110 1001010 1001000 1011100 0 11 1000111 10110010 1010101 10000

Color Harmonies of #064A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064A48

Black with #064A48

Text Example


Text Example

White with #064A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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