Html Css Color HEX #464962 Port Gore

📋 copy color: '#464962'

red 70 ◦ green 73 ◦ blue 98

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

Shades of Port Gore #464962

Tints of Port Gore #464962

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 value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#464962 (or 0x464962) is known color: 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

RGB 70 73 98 -
CMYK 0.29 0.26 0 0.62
HSL 233.57º 0.17% 0.33% -
HSV(B) 233.57º 0.29% 0.38% -
XYZ 7.11 6.95 12.52 -
YUV 74.95 141.01 124.47 -
System Red Green Blue C M Y K H S L
Decimal 70 73 98 0.29 0.26 0 0.62 233.57 0.17 0.33
Hex 46 49 62 1D 1A 0 3E EA 11 21
Octal 106 111 142 35 32 0 76 352 21 41
Binary 1000110 1001001 1100010 11101 11010 0 111110 11101010 10001 100001

Color Harmonies of #464962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464962

Black with #464962

Text Example


Text Example

White with #464962

Text Example


Text Example

HTML Codes & Css Web 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>