#11464D

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

Shades of Cyprus #11464D

Tints of Cyprus #11464D

Color information

#11464D (or 0x11464D) is unknown color: approx Cyprus. HEX triplet: 11, 46 and 4D. RGB value is (17,70,77). Sum of RGB (Red+Green+Blue) = 17+70+77=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 77 - color contains mainly: blue. Hex color #11464D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11464D is #EEB9B2. Grayscale: #363636. Windows color (decimal): -15645107 or 5064209. OLE color: 5064209.

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

Color convert

RGB177077-
CMYK0.780.0900.70
HSL187º63.83%18.43%-
HSV(B)187º77.92%30.2%-
XYZ3.765.047.79-
YUV54.95140.44100.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.37%
GREEN value IS 70 (27.73% from 255) = 42.68%
BLUE value IS 77 (30.47% from 255) = 46.95%
R=10.37%
G=42.68%
B=46.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1770770.780.0900.7018763.8318.43
Hex11464D4E9046bb4012
Octal2110611511611010627310022
Binary1000110001101001101100111010010100011010111011100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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