#114449

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

Shades of Cyprus #114449

Tints of Cyprus #114449

Color information

#114449 (or 0x114449) is unknown color: approx Cyprus. HEX triplet: 11, 44 and 49. RGB value is (17,68,73). Sum of RGB (Red+Green+Blue) = 17+68+73=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 73 (28.91% from 255 or 46.20% from 158); Max value from RGB is 73 - color contains mainly: blue. Hex color #114449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114449 is #EEBBB6. Grayscale: #353535. Windows color (decimal): -15645623 or 4801553. OLE color: 4801553.

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

Color convert

RGB176873-
CMYK0.770.0700.71
HSL185.36º62.22%17.65%-
HSV(B)185.36º76.71%28.63%-
XYZ3.54.737.03-
YUV53.32139.1102.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.76%
GREEN value IS 68 (26.95% from 255) = 43.04%
BLUE value IS 73 (28.91% from 255) = 46.20%
R=10.76%
G=43.04%
B=46.20%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1768730.770.0700.71185.3662.2217.65
Hex1144494D7047b93e12
Octal21104111115701072717622
Binary10001100010010010011001101111010001111011100111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114449; }

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

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

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

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

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

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

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

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