#114849

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

Shades of Cyprus #114849

Tints of Cyprus #114849

Color information

#114849 (or 0x114849) is unknown color: approx Cyprus. HEX triplet: 11, 48 and 49. RGB value is (17,72,73). Sum of RGB (Red+Green+Blue) = 17+72+73=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 73 - color contains mainly: blue. Hex color #114849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114849 is #EEB7B6. Grayscale: #373737. Windows color (decimal): -15644599 or 4802577. OLE color: 4802577.

HSL color Cylindrical-coordinate representation of color #114849: hue angle of 181.07º 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 #114849 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB177273-
CMYK0.770.0100.71
HSL181.07º62.22%17.65%-
HSV(B)181.07º76.71%28.63%-
XYZ3.755.237.12-
YUV55.67137.78100.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.49%
GREEN value IS 72 (28.52% from 255) = 44.44%
BLUE value IS 73 (28.91% from 255) = 45.06%
R=10.49%
G=44.44%
B=45.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1772730.770.0100.71181.0762.2217.65
Hex1148494D1047b53e12
Octal21110111115101072657622
Binary100011001000100100110011011010001111011010111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114849; }

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

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

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

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

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

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

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

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