Html Css Color HEX #11464D Cyprus

📋 copy color: '#11464D'

red 17 ◦ green 70 ◦ blue 77

#11464D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #11464D

Tints of Cyprus #11464D

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 value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11464D (or 0x11464D) is known color: 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

RGB 17 70 77 -
CMYK 0.78 0.09 0 0.70
HSL 187º 0.64% 0.18% -
HSV(B) 187º 0.78% 0.3% -
XYZ 3.76 5.04 7.79 -
YUV 54.95 140.44 100.93 -
System Red Green Blue C M Y K H S L
Decimal 17 70 77 0.78 0.09 0 0.70 187 0.64 0.18
Hex 11 46 4D 4E 9 0 46 BB 40 12
Octal 21 106 115 116 11 0 106 273 100 22
Binary 10001 1000110 1001101 1001110 1001 0 1000110 10111011 1000000 10010

Color Harmonies of #11464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11464D

Black with #11464D

Text Example


Text Example

White with #11464D

Text Example


Text Example

HTML Codes & Css Web 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>