Html Css Color HEX #46495E Port Gore

📋 copy color: '#46495E'

red 70 ◦ green 73 ◦ blue 94

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

Shades of Port Gore #46495E

Tints of Port Gore #46495E

RGB

 RED value IS 70 (27.73% from 255) = 29.54%

 GREEN value IS 73 (28.91% from 255) = 30.8%

 BLUE value IS 94 (37.11% from 255) = 39.66%

R = 29.54%
G = 30.8%
B = 39.66%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#46495E (or 0x46495E) is known color: Port Gore. HEX triplet: 46, 49 and 5E. RGB value is (70,73,94). Sum of RGB (Red+Green+Blue) = 70+73+94=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 94 - color contains mainly: blue. Hex color #46495E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46495E is #B9B6A1. Grayscale: #4A4A4A. Windows color (decimal): -12170914 or 6179142. OLE color: 6179142.

HSL color Cylindrical-coordinate representation of color #46495E: hue angle of 232.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #46495E is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 73 94 -
CMYK 0.26 0.22 0 0.63
HSL 232.5º 0.15% 0.32% -
HSV(B) 232.5º 0.26% 0.37% -
XYZ 6.93 6.88 11.55 -
YUV 74.5 139.01 124.79 -
System Red Green Blue C M Y K H S L
Decimal 70 73 94 0.26 0.22 0 0.63 232.5 0.15 0.32
Hex 46 49 5E 1A 16 0 3F E8 F 20
Octal 106 111 136 32 26 0 77 350 17 40
Binary 1000110 1001001 1011110 11010 10110 0 111111 11101000 1111 100000

Color Harmonies of #46495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46495E

Black with #46495E

Text Example


Text Example

White with #46495E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #46495E;
 }
 .AnyTagClassName
 {
   color: #46495E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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