Html Css Color HEX #11464B Cyprus

📋 copy color: '#11464B'

red 17 ◦ green 70 ◦ blue 75

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

Shades of Cyprus #11464B

Tints of Cyprus #11464B

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.3%

R = 10.49%
G = 43.21%
B = 46.3%

CMYK

 C value IS 0.77

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

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

RGB 17 70 75 -
CMYK 0.77 0.07 0 0.71
HSL 185.17º 0.63% 0.18% -
HSV(B) 185.17º 0.77% 0.29% -
XYZ 3.69 5.01 7.43 -
YUV 54.72 139.44 101.09 -
System Red Green Blue C M Y K H S L
Decimal 17 70 75 0.77 0.07 0 0.71 185.17 0.63 0.18
Hex 11 46 4B 4D 7 0 47 B9 3F 12
Octal 21 106 113 115 7 0 107 271 77 22
Binary 10001 1000110 1001011 1001101 111 0 1000111 10111001 111111 10010

Color Harmonies of #11464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11464B

Black with #11464B

Text Example


Text Example

White with #11464B

Text Example


Text Example

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