#114446

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

Shades of Cyprus #114446

Tints of Cyprus #114446

Color information

#114446 (or 0x114446) is unknown color: approx Cyprus. HEX triplet: 11, 44 and 46. RGB value is (17,68,70). Sum of RGB (Red+Green+Blue) = 17+68+70=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 70 (27.73% from 255 or 45.16% from 155); Max value from RGB is 70 - color contains mainly: blue. Hex color #114446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114446 is #EEBBB9. Grayscale: #343434. Windows color (decimal): -15645626 or 4604945. OLE color: 4604945.

HSL color Cylindrical-coordinate representation of color #114446: hue angle of 182.26º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114446 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB176870-
CMYK0.760.0300.73
HSL182.26º60.92%17.06%-
HSV(B)182.26º75.71%27.45%-
XYZ3.44.76.52-
YUV52.98137.6102.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.97%
GREEN value IS 68 (26.95% from 255) = 43.87%
BLUE value IS 70 (27.73% from 255) = 45.16%
R=10.97%
G=43.87%
B=45.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1768700.760.0300.73182.2660.9217.06
Hex1144464C3049b63d11
Octal21104106114301112667521
Binary1000110001001000110100110011010010011011011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114446; }

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

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

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

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

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

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

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

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