#074046

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

Shades of Cyprus #074046

Tints of Cyprus #074046

Color information

#074046 (or 0x074046) is unknown color: approx Cyprus. HEX triplet: 07, 40 and 46. RGB value is (7,64,70). Sum of RGB (Red+Green+Blue) = 7+64+70=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 70 (27.73% from 255 or 49.65% from 141); Max value from RGB is 70 - color contains mainly: blue. Hex color #074046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074046 is #F8BFB9. Grayscale: #2F2F2F. Windows color (decimal): -16302010 or 4603911. OLE color: 4603911.

HSL color Cylindrical-coordinate representation of color #074046: hue angle of 185.71º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074046 is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB76470-
CMYK0.900.0900.73
HSL185.71º81.82%15.1%-
HSV(B)185.71º90%27.45%-
XYZ3.034.156.44-
YUV47.64140.6299.01-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.96%
GREEN value IS 64 (25.39% from 255) = 45.39%
BLUE value IS 70 (27.73% from 255) = 49.65%
R=4.96%
G=45.39%
B=49.65%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal764700.900.0900.73185.7181.8215.1
Hex740465A9049ba52f
Octal710010613211011127212217
Binary1111000000100011010110101001010010011011101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074046; }

 p { color: rgb(7,64,70); }

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

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

 a { background-color: rgb(7,64,70); }

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

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

 span { border-color: rgb(7,64,70); }

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