Html Css Color HEX #463850 Jagger

📋 copy color: '#463850'

red 70 ◦ green 56 ◦ blue 80

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

Shades of Jagger #463850

Tints of Jagger #463850

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.18%

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

R = 33.98%
G = 27.18%
B = 38.83%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#463850 (or 0x463850) is known color: Jagger. HEX triplet: 46, 38 and 50. RGB value is (70,56,80). Sum of RGB (Red+Green+Blue) = 70+56+80=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 80 - color contains mainly: blue. Hex color #463850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463850 is #B9C7AF. Grayscale: #3E3E3E. Windows color (decimal): -12175280 or 5257286. OLE color: 5257286.

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

Color convert

RGB 70 56 80 -
CMYK 0.12 0.30 0 0.69
HSL 275º 0.18% 0.27% -
HSV(B) 275º 0.3% 0.31% -
XYZ 5.39 4.71 8.21 -
YUV 62.92 137.64 133.05 -
System Red Green Blue C M Y K H S L
Decimal 70 56 80 0.12 0.30 0 0.69 275 0.18 0.27
Hex 46 38 50 C 1E 0 45 113 12 1B
Octal 106 70 120 14 36 0 105 423 22 33
Binary 1000110 111000 1010000 1100 11110 0 1000101 100010011 10010 11011

Color Harmonies of #463850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463850

Black with #463850

Text Example


Text Example

White with #463850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463850; }

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

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

background-color css

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

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

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

border-color css

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

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

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