#074346

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

Shades of Cyprus #074346

Tints of Cyprus #074346

Color information

#074346 (or 0x074346) is unknown color: approx Cyprus. HEX triplet: 07, 43 and 46. RGB value is (7,67,70). Sum of RGB (Red+Green+Blue) = 7+67+70=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 67 (26.56% from 255 or 46.53% from 144); Blue value is 70 (27.73% from 255 or 48.61% from 144); Max value from RGB is 70 - color contains mainly: blue. Hex color #074346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074346 is #F8BCB9. Grayscale: #313131. Windows color (decimal): -16301242 or 4604679. OLE color: 4604679.

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

Color convert

RGB76770-
CMYK0.900.0400.73
HSL182.86º81.82%15.1%-
HSV(B)182.86º90%27.45%-
XYZ3.24.56.49-
YUV49.4139.6297.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.86%
GREEN value IS 67 (26.56% from 255) = 46.53%
BLUE value IS 70 (27.73% from 255) = 48.61%
R=4.86%
G=46.53%
B=48.61%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal767700.900.0400.73182.8681.8215.1
Hex743465A4049b752f
Octal71031061324011126712217
Binary111100001110001101011010100010010011011011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074346; }

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

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

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

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

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

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

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

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