#464A64

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

Shades of Port Gore #464A64

Tints of Port Gore #464A64

Color information

#464A64 (or 0x464A64) is unknown color: approx Port Gore. HEX triplet: 46, 4A and 64. RGB value is (70,74,100). Sum of RGB (Red+Green+Blue) = 70+74+100=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 100 (39.45% from 255 or 40.98% from 244); Max value from RGB is 100 - color contains mainly: blue. Hex color #464A64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464A64 is #B9B59B. Grayscale: #4B4B4B. Windows color (decimal): -12170652 or 6572614. OLE color: 6572614.

HSL color Cylindrical-coordinate representation of color #464A64: hue angle of 232º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #464A64 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7074100-
CMYK0.300.2600.61
HSL232º17.65%33.33%-
HSV(B)232º30%39.22%-
XYZ7.277.1213.05-
YUV75.77141.67123.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.69%
GREEN value IS 74 (29.30% from 255) = 30.33%
BLUE value IS 100 (39.45% from 255) = 40.98%
R=28.69%
G=30.33%
B=40.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal70741000.300.2600.6123217.6533.33
Hex464A641E1A03De81221
Octal10611214436320753502241
Binary100011010010101100100111101101001111011110100010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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