#11474D

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

Shades of Cyprus #11474D

Tints of Cyprus #11474D

Color information

#11474D (or 0x11474D) is unknown color: approx Cyprus. HEX triplet: 11, 47 and 4D. RGB value is (17,71,77). Sum of RGB (Red+Green+Blue) = 17+71+77=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 77 - color contains mainly: blue. Hex color #11474D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11474D is #EEB8B2. Grayscale: #373737. Windows color (decimal): -15644851 or 5064465. OLE color: 5064465.

HSL color Cylindrical-coordinate representation of color #11474D: hue angle of 186º degrees, saturation: 0.64, 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 #11474D is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB177177-
CMYK0.780.0800.70
HSL186º63.83%18.43%-
HSV(B)186º77.92%30.2%-
XYZ3.825.167.82-
YUV55.54140.11100.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.30%
GREEN value IS 71 (28.12% from 255) = 43.03%
BLUE value IS 77 (30.47% from 255) = 46.67%
R=10.30%
G=43.03%
B=46.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1771770.780.0800.7018663.8318.43
Hex11474D4E8046ba4012
Octal2110711511610010627210022
Binary1000110001111001101100111010000100011010111010100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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