Html Css Color HEX #074A49 Cyprus

📋 copy color: '#074A49'

red 7 ◦ green 74 ◦ blue 73

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

Shades of Cyprus #074A49

Tints of Cyprus #074A49

RGB

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

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

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

R = 4.55%
G = 48.05%
B = 47.4%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#074A49 (or 0x074A49) is known color: Cyprus. HEX triplet: 07, 4A and 49. RGB value is (7,74,73). Sum of RGB (Red+Green+Blue) = 7+74+73=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 74 (29.30% from 255 or 48.05% from 154); Blue value is 73 (28.91% from 255 or 47.40% from 154); Max value from RGB is 74 - color contains mainly: green. Hex color #074A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074A49 is #F8B5B6. Grayscale: #353535. Windows color (decimal): -16299447 or 4803079. OLE color: 4803079.

HSL color Cylindrical-coordinate representation of color #074A49: hue angle of 179.1º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074A49 is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 74 73 -
CMYK 0.91 0 0.01 0.71
HSL 179.1º 0.83% 0.16% -
HSV(B) 179.1º 0.91% 0.29% -
XYZ 3.74 5.42 7.15 -
YUV 53.85 138.8 94.58 -
System Red Green Blue C M Y K H S L
Decimal 7 74 73 0.91 0 0.01 0.71 179.1 0.83 0.16
Hex 7 4A 49 5B 0 1 47 B3 53 10
Octal 7 112 111 133 0 1 107 263 123 20
Binary 111 1001010 1001001 1011011 0 1 1000111 10110011 1010011 10000

Color Harmonies of #074A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074A49

Black with #074A49

Text Example


Text Example

White with #074A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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