#46495D

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

Shades of Port Gore #46495D

Tints of Port Gore #46495D

Color information

#46495D (or 0x46495D) is unknown color: approx Port Gore. HEX triplet: 46, 49 and 5D. RGB value is (70,73,93). Sum of RGB (Red+Green+Blue) = 70+73+93=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 93 - color contains mainly: blue. Hex color #46495D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46495D is #B9B6A2. Grayscale: #4A4A4A. Windows color (decimal): -12170915 or 6113606. OLE color: 6113606.

HSL color Cylindrical-coordinate representation of color #46495D: hue angle of 232.17º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #46495D is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB707393-
CMYK0.250.2200.64
HSL232.17º14.11%31.96%-
HSV(B)232.17º24.73%36.47%-
XYZ6.886.8611.32-
YUV74.38138.51124.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.66%
GREEN value IS 73 (28.91% from 255) = 30.93%
BLUE value IS 93 (36.72% from 255) = 39.41%
R=29.66%
G=30.93%
B=39.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7073930.250.2200.64232.1714.1131.96
Hex46495D1916040e8e20
Octal106111135312601003501640
Binary100011010010011011101110011011001000000111010001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46495D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,73,93); }

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

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

 a { background-color: rgb(70,73,93); }

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

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

 span { border-color: rgb(70,73,93); }

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