#464A60

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

Shades of Port Gore #464A60

Tints of Port Gore #464A60

Color information

#464A60 (or 0x464A60) is unknown color: approx Port Gore. HEX triplet: 46, 4A and 60. RGB value is (70,74,96). Sum of RGB (Red+Green+Blue) = 70+74+96=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #464A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464A60 is #B9B59F. Grayscale: #4B4B4B. Windows color (decimal): -12170656 or 6310470. OLE color: 6310470.

HSL color Cylindrical-coordinate representation of color #464A60: hue angle of 230.77º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #464A60 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB707496-
CMYK0.270.2300.62
HSL230.77º15.66%32.55%-
HSV(B)230.77º27.08%37.65%-
XYZ7.097.0412.05-
YUV75.31139.67124.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.17%
GREEN value IS 74 (29.30% from 255) = 30.83%
BLUE value IS 96 (37.89% from 255) = 40%
R=29.17%
G=30.83%
B=40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7074960.270.2300.62230.7715.6632.55
Hex464A601B1703Ee71021
Octal10611214033270763472041
Binary100011010010101100000110111011101111101110011110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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