#464A5F

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

Shades of Port Gore #464A5F

Tints of Port Gore #464A5F

Color information

#464A5F (or 0x464A5F) is unknown color: approx Port Gore. HEX triplet: 46, 4A and 5F. RGB value is (70,74,95). Sum of RGB (Red+Green+Blue) = 70+74+95=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 95 - color contains mainly: blue. Hex color #464A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464A5F is #B9B5A0. Grayscale: #4B4B4B. Windows color (decimal): -12170657 or 6244934. OLE color: 6244934.

HSL color Cylindrical-coordinate representation of color #464A5F: hue angle of 230.4º 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 #464A5F is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB707495-
CMYK0.260.2200.63
HSL230.4º15.15%32.35%-
HSV(B)230.4º26.32%37.25%-
XYZ7.047.0311.81-
YUV75.2139.17124.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.29%
GREEN value IS 74 (29.30% from 255) = 30.96%
BLUE value IS 95 (37.5% from 255) = 39.75%
R=29.29%
G=30.96%
B=39.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7074950.260.2200.63230.415.1532.35
Hex464A5F1A1603Fe6f20
Octal10611213732260773461740
Binary10001101001010101111111010101100111111111001101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464A5F; }

 p { color: rgb(70,74,95); }

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

<style>
 a { background-color: #464A5F; }

 a { background-color: rgb(70,74,95); }

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

<style>
 span { border-color: #464A5F; }

 span { border-color: rgb(70,74,95); }

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