#074648

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

Shades of Cyprus #074648

Tints of Cyprus #074648

Color information

#074648 (or 0x074648) is unknown color: approx Cyprus. HEX triplet: 07, 46 and 48. RGB value is (7,70,72). Sum of RGB (Red+Green+Blue) = 7+70+72=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #074648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074648 is #F8B9B7. Grayscale: #333333. Windows color (decimal): -16300472 or 4736519. OLE color: 4736519.

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

Color convert

RGB77072-
CMYK0.900.0300.72
HSL181.85º82.28%15.49%-
HSV(B)181.85º90.28%28.24%-
XYZ3.454.896.89-
YUV51.39139.6396.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.70%
GREEN value IS 70 (27.73% from 255) = 46.98%
BLUE value IS 72 (28.52% from 255) = 48.32%
R=4.70%
G=46.98%
B=48.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal770720.900.0300.72181.8582.2815.49
Hex746485A3048b652f
Octal71061101323011026612217
Binary11110001101001000101101011010010001011011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074648; }

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

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

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

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

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

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

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

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