#074A44

Color #074A44 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #074A44

Tints of Cyprus #074A44

Color information

#074A44 (or 0x074A44) is unknown color: approx Cyprus. HEX triplet: 07, 4A and 44. RGB value is (7,74,68). Sum of RGB (Red+Green+Blue) = 7+74+68=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 74 (29.30% from 255 or 49.66% from 149); Blue value is 68 (26.95% from 255 or 45.64% from 149); Max value from RGB is 74 - color contains mainly: green. Hex color #074A44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074A44 is #F8B5BB. Grayscale: #353535. Windows color (decimal): -16299452 or 4475399. OLE color: 4475399.

HSL color Cylindrical-coordinate representation of color #074A44: hue angle of 174.63º 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 #074A44 is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB77468-
CMYK0.9100.080.71
HSL174.63º82.72%15.88%-
HSV(B)174.63º90.54%29.02%-
XYZ3.585.366.31-
YUV53.28136.394.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.70%
GREEN value IS 74 (29.30% from 255) = 49.66%
BLUE value IS 68 (26.95% from 255) = 45.64%
R=4.70%
G=49.66%
B=45.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal774680.9100.080.71174.6382.7215.88
Hex74A445B0847af5310
Octal711210413301010725712320
Binary11110010101000100101101101000100011110101111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #074A44;
 }
 .AnyTagClassName
 {
   color: #074A44;
 }
</style>
background-color css

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

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

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

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

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

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