Html Css Color HEX #464961 Port Gore

📋 copy color: '#464961'

red 70 ◦ green 73 ◦ blue 97

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

Shades of Port Gore #464961

Tints of Port Gore #464961

RGB

 RED value IS 70 (27.73% from 255) = 29.17%

 GREEN value IS 73 (28.91% from 255) = 30.42%

 BLUE value IS 97 (38.28% from 255) = 40.42%

R = 29.17%
G = 30.42%
B = 40.42%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#464961 (or 0x464961) is known color: Port Gore. HEX triplet: 46, 49 and 61. RGB value is (70,73,97). Sum of RGB (Red+Green+Blue) = 70+73+97=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 97 - color contains mainly: blue. Hex color #464961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464961 is #B9B69E. Grayscale: #4A4A4A. Windows color (decimal): -12170911 or 6375750. OLE color: 6375750.

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

Color convert

RGB 70 73 97 -
CMYK 0.28 0.25 0 0.62
HSL 233.33º 0.16% 0.33% -
HSV(B) 233.33º 0.28% 0.38% -
XYZ 7.07 6.93 12.27 -
YUV 74.84 140.51 124.55 -
System Red Green Blue C M Y K H S L
Decimal 70 73 97 0.28 0.25 0 0.62 233.33 0.16 0.33
Hex 46 49 61 1C 19 0 3E E9 10 21
Octal 106 111 141 34 31 0 76 351 20 41
Binary 1000110 1001001 1100001 11100 11001 0 111110 11101001 10000 100001

Color Harmonies of #464961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464961

Black with #464961

Text Example


Text Example

White with #464961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464961; }

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

 H1.HeaderClassName
 {
   color: #464961;
 }
 .AnyTagClassName
 {
   color: #464961;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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