#074446

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

Shades of Cyprus #074446

Tints of Cyprus #074446

Color information

#074446 (or 0x074446) is unknown color: approx Cyprus. HEX triplet: 07, 44 and 46. RGB value is (7,68,70). Sum of RGB (Red+Green+Blue) = 7+68+70=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 68 (26.95% from 255 or 46.90% from 145); Blue value is 70 (27.73% from 255 or 48.28% from 145); Max value from RGB is 70 - color contains mainly: blue. Hex color #074446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074446 is #F8BBB9. Grayscale: #313131. Windows color (decimal): -16300986 or 4604935. OLE color: 4604935.

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

Color convert

RGB76870-
CMYK0.900.0300.73
HSL181.9º81.82%15.1%-
HSV(B)181.9º90%27.45%-
XYZ3.264.626.51-
YUV49.99139.2997.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.83%
GREEN value IS 68 (26.95% from 255) = 46.90%
BLUE value IS 70 (27.73% from 255) = 48.28%
R=4.83%
G=46.90%
B=48.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal768700.900.0300.73181.981.8215.1
Hex744465A3049b652f
Octal71041061323011126612217
Binary11110001001000110101101011010010011011011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074446; }

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

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

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

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

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

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

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

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