#11464B

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

Shades of Cyprus #11464B

Tints of Cyprus #11464B

Color information

#11464B (or 0x11464B) is unknown color: approx Cyprus. HEX triplet: 11, 46 and 4B. RGB value is (17,70,75). Sum of RGB (Red+Green+Blue) = 17+70+75=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 75 - color contains mainly: blue. Hex color #11464B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11464B is #EEB9B4. Grayscale: #363636. Windows color (decimal): -15645109 or 4933137. OLE color: 4933137.

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

Color convert

RGB177075-
CMYK0.770.0700.71
HSL185.17º63.04%18.04%-
HSV(B)185.17º77.33%29.41%-
XYZ3.695.017.43-
YUV54.72139.44101.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.49%
GREEN value IS 70 (27.73% from 255) = 43.21%
BLUE value IS 75 (29.69% from 255) = 46.30%
R=10.49%
G=43.21%
B=46.30%

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
Decimal1770750.770.0700.71185.1763.0418.04
Hex11464B4D7047b93f12
Octal21106113115701072717722
Binary10001100011010010111001101111010001111011100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11464B; }

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

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

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

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

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

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

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

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