Html Css Color HEX #463950 Jagger

📋 copy color: '#463950'

red 70 ◦ green 57 ◦ blue 80

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

Shades of Jagger #463950

Tints of Jagger #463950

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.54%

 BLUE value IS 80 (31.64% from 255) = 38.65%

R = 33.82%
G = 27.54%
B = 38.65%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#463950 (or 0x463950) is known color: Jagger. HEX triplet: 46, 39 and 50. RGB value is (70,57,80). Sum of RGB (Red+Green+Blue) = 70+57+80=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 80 - color contains mainly: blue. Hex color #463950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463950 is #B9C6AF. Grayscale: #3F3F3F. Windows color (decimal): -12175024 or 5257542. OLE color: 5257542.

HSL color Cylindrical-coordinate representation of color #463950: hue angle of 273.91º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #463950 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 57 80 -
CMYK 0.12 0.29 0 0.69
HSL 273.91º 0.17% 0.27% -
HSV(B) 273.91º 0.29% 0.31% -
XYZ 5.44 4.81 8.23 -
YUV 63.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 70 57 80 0.12 0.29 0 0.69 273.91 0.17 0.27
Hex 46 39 50 C 1D 0 45 112 11 1B
Octal 106 71 120 14 35 0 105 422 21 33
Binary 1000110 111001 1010000 1100 11101 0 1000101 100010010 10001 11011

Color Harmonies of #463950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463950

Black with #463950

Text Example


Text Example

White with #463950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463950; }

 p { color: rgb(70,57,80); }

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

background-color css

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

 a { background-color: rgb(70,57,80); }

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

border-color css

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

 span { border-color: rgb(70,57,80); }

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