#11474C

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

Shades of Cyprus #11474C

Tints of Cyprus #11474C

Color information

#11474C (or 0x11474C) is unknown color: approx Cyprus. HEX triplet: 11, 47 and 4C. RGB value is (17,71,76). Sum of RGB (Red+Green+Blue) = 17+71+76=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 76 - color contains mainly: blue. Hex color #11474C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11474C is #EEB8B3. Grayscale: #373737. Windows color (decimal): -15644852 or 4998929. OLE color: 4998929.

HSL color Cylindrical-coordinate representation of color #11474C: hue angle of 185.08º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11474C is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB177176-
CMYK0.780.0700.70
HSL185.08º63.44%18.24%-
HSV(B)185.08º77.63%29.8%-
XYZ3.795.157.63-
YUV55.42139.61100.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.37%
GREEN value IS 71 (28.12% from 255) = 43.29%
BLUE value IS 76 (30.08% from 255) = 46.34%
R=10.37%
G=43.29%
B=46.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1771760.780.0700.70185.0863.4418.24
Hex11474C4E7046b93f12
Octal21107114116701062717722
Binary10001100011110011001001110111010001101011100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11474C; }

 p { color: rgb(17,71,76); }

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

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

 a { background-color: rgb(17,71,76); }

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

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

 span { border-color: rgb(17,71,76); }

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