#164B4F

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

Shades of Cyprus #164B4F

Tints of Cyprus #164B4F

Color information

#164B4F (or 0x164B4F) is unknown color: approx Cyprus. HEX triplet: 16, 4B and 4F. RGB value is (22,75,79). Sum of RGB (Red+Green+Blue) = 22+75+79=176 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.5% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 79 - color contains mainly: blue. Hex color #164B4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164B4F is #E9B4B0. Grayscale: #3B3B3B. Windows color (decimal): -15316145 or 5196566. OLE color: 5196566.

HSL color Cylindrical-coordinate representation of color #164B4F: hue angle of 184.21º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #164B4F is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB227579-
CMYK0.720.0500.69
HSL184.21º56.44%19.8%-
HSV(B)184.21º72.15%30.98%-
XYZ4.265.778.29-
YUV59.61138.94101.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.5%
GREEN value IS 75 (29.69% from 255) = 42.61%
BLUE value IS 79 (31.25% from 255) = 44.89%
R=12.5%
G=42.61%
B=44.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2275790.720.0500.69184.2156.4419.8
Hex164B4F485045b83814
Octal26113117110501052707024
Binary10110100101110011111001000101010001011011100011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164B4F; }

 p { color: rgb(22,75,79); }

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

<style>
 a { background-color: #164B4F; }

 a { background-color: rgb(22,75,79); }

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

<style>
 span { border-color: #164B4F; }

 span { border-color: rgb(22,75,79); }

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