#074246

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

Shades of Cyprus #074246

Tints of Cyprus #074246

Color information

#074246 (or 0x074246) is unknown color: approx Cyprus. HEX triplet: 07, 42 and 46. RGB value is (7,66,70). Sum of RGB (Red+Green+Blue) = 7+66+70=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 66 (26.17% from 255 or 46.15% from 143); Blue value is 70 (27.73% from 255 or 48.95% from 143); Max value from RGB is 70 - color contains mainly: blue. Hex color #074246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074246 is #F8BDB9. Grayscale: #303030. Windows color (decimal): -16301498 or 4604423. OLE color: 4604423.

HSL color Cylindrical-coordinate representation of color #074246: hue angle of 183.81º 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 #074246 is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB76670-
CMYK0.900.0600.73
HSL183.81º81.82%15.1%-
HSV(B)183.81º90%27.45%-
XYZ3.144.386.47-
YUV48.82139.9598.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.90%
GREEN value IS 66 (26.17% from 255) = 46.15%
BLUE value IS 70 (27.73% from 255) = 48.95%
R=4.90%
G=46.15%
B=48.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal766700.900.0600.73183.8181.8215.1
Hex742465A6049b852f
Octal71021061326011127012217
Binary111100001010001101011010110010010011011100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074246; }

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

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

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

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

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

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

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

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