#114649

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

Shades of Cyprus #114649

Tints of Cyprus #114649

Color information

#114649 (or 0x114649) is unknown color: approx Cyprus. HEX triplet: 11, 46 and 49. RGB value is (17,70,73). Sum of RGB (Red+Green+Blue) = 17+70+73=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 73 - color contains mainly: blue. Hex color #114649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114649 is #EEB9B6. Grayscale: #363636. Windows color (decimal): -15645111 or 4802065. OLE color: 4802065.

HSL color Cylindrical-coordinate representation of color #114649: hue angle of 183.21º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114649 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB177073-
CMYK0.770.0400.71
HSL183.21º62.22%17.65%-
HSV(B)183.21º76.71%28.63%-
XYZ3.624.987.07-
YUV54.5138.44101.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.62%
GREEN value IS 70 (27.73% from 255) = 43.75%
BLUE value IS 73 (28.91% from 255) = 45.62%
R=10.62%
G=43.75%
B=45.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1770730.770.0400.71183.2162.2217.65
Hex1146494D4047b73e12
Octal21106111115401072677622
Binary10001100011010010011001101100010001111011011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114649; }

 p { color: rgb(17,70,73); }

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

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

 a { background-color: rgb(17,70,73); }

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

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

 span { border-color: rgb(17,70,73); }

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