#464962

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

Shades of Port Gore #464962

Tints of Port Gore #464962

Color information

#464962 (or 0x464962) is unknown color: approx Port Gore. HEX triplet: 46, 49 and 62. RGB value is (70,73,98). Sum of RGB (Red+Green+Blue) = 70+73+98=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 98 - color contains mainly: blue. Hex color #464962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464962 is #B9B69D. Grayscale: #4A4A4A. Windows color (decimal): -12170910 or 6441286. OLE color: 6441286.

HSL color Cylindrical-coordinate representation of color #464962: hue angle of 233.57º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #464962 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB707398-
CMYK0.290.2600.62
HSL233.57º16.67%32.94%-
HSV(B)233.57º28.57%38.43%-
XYZ7.116.9512.52-
YUV74.95141.01124.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.05%
GREEN value IS 73 (28.91% from 255) = 30.29%
BLUE value IS 98 (38.67% from 255) = 40.66%
R=29.05%
G=30.29%
B=40.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7073980.290.2600.62233.5716.6732.94
Hex4649621D1A03Eea1121
Octal10611114235320763522141
Binary100011010010011100010111011101001111101110101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464962; }

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

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

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

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

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

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

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

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