Html Css Color HEX #074F49 Cyprus

📋 copy color: '#074F49'

red 7 ◦ green 79 ◦ blue 73

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

Shades of Cyprus #074F49

Tints of Cyprus #074F49

RGB

 RED value IS 7 (3.13% from 255) = 4.4%

 GREEN value IS 79 (31.25% from 255) = 49.69%

 BLUE value IS 73 (28.91% from 255) = 45.91%

R = 4.4%
G = 49.69%
B = 45.91%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#074F49 (or 0x074F49) is known color: Cyprus. HEX triplet: 07, 4F and 49. RGB value is (7,79,73). Sum of RGB (Red+Green+Blue) = 7+79+73=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 79 (31.25% from 255 or 49.69% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 79 - color contains mainly: green. Hex color #074F49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074F49 is #F8B0B6. Grayscale: #383838. Windows color (decimal): -16298167 or 4804359. OLE color: 4804359.

HSL color Cylindrical-coordinate representation of color #074F49: hue angle of 175º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074F49 is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 79 73 -
CMYK 0.91 0 0.08 0.69
HSL 175º 0.84% 0.17% -
HSV(B) 175º 0.91% 0.31% -
XYZ 4.09 6.12 7.27 -
YUV 56.79 137.15 92.49 -
System Red Green Blue C M Y K H S L
Decimal 7 79 73 0.91 0 0.08 0.69 175 0.84 0.17
Hex 7 4F 49 5B 0 8 45 AF 54 11
Octal 7 117 111 133 0 10 105 257 124 21
Binary 111 1001111 1001001 1011011 0 1000 1000101 10101111 1010100 10001

Color Harmonies of #074F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074F49

Black with #074F49

Text Example


Text Example

White with #074F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074F49; }

 p { color: rgb(7,79,73); }

 H1.HeaderClassName
 {
   color: #074F49;
 }
 .AnyTagClassName
 {
   color: #074F49;
 }
</style>

background-color css

<style>
 a { background-color: #074F49; }

 a { background-color: rgb(7,79,73); }

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

border-color css

<style>
 span { border-color: #074F49; }

 span { border-color: rgb(7,79,73); }

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