Html Css Color HEX #463257 Jagger

📋 copy color: '#463257'

red 70 ◦ green 50 ◦ blue 87

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

Shades of Jagger #463257

Tints of Jagger #463257

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.15%

 BLUE value IS 87 (34.38% from 255) = 42.03%

R = 33.82%
G = 24.15%
B = 42.03%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#463257 (or 0x463257) is known color: Jagger. HEX triplet: 46, 32 and 57. RGB value is (70,50,87). Sum of RGB (Red+Green+Blue) = 70+50+87=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 87 (34.38% from 255 or 42.03% from 207); Max value from RGB is 87 - color contains mainly: blue. Hex color #463257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463257 is #B9CDA8. Grayscale: #3C3C3C. Windows color (decimal): -12176809 or 5714502. OLE color: 5714502.

HSL color Cylindrical-coordinate representation of color #463257: hue angle of 272.43º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #463257 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 50 87 -
CMYK 0.20 0.43 0 0.66
HSL 272.43º 0.27% 0.27% -
HSV(B) 272.43º 0.43% 0.34% -
XYZ 5.39 4.27 9.56 -
YUV 60.2 143.13 134.99 -
System Red Green Blue C M Y K H S L
Decimal 70 50 87 0.20 0.43 0 0.66 272.43 0.27 0.27
Hex 46 32 57 14 2B 0 42 110 1B 1B
Octal 106 62 127 24 53 0 102 420 33 33
Binary 1000110 110010 1010111 10100 101011 0 1000010 100010000 11011 11011

Color Harmonies of #463257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463257

Black with #463257

Text Example


Text Example

White with #463257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463257; }

 p { color: rgb(70,50,87); }

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

background-color css

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

 a { background-color: rgb(70,50,87); }

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

border-color css

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

 span { border-color: rgb(70,50,87); }

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