Html Css Color HEX #463857 Jagger

📋 copy color: '#463857'

red 70 ◦ green 56 ◦ blue 87

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

Shades of Jagger #463857

Tints of Jagger #463857

RGB

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

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

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

R = 32.86%
G = 26.29%
B = 40.85%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#463857 (or 0x463857) is known color: Jagger. HEX triplet: 46, 38 and 57. RGB value is (70,56,87). Sum of RGB (Red+Green+Blue) = 70+56+87=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 87 - color contains mainly: blue. Hex color #463857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463857 is #B9C7A8. Grayscale: #3F3F3F. Windows color (decimal): -12175273 or 5716038. OLE color: 5716038.

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

Color convert

RGB 70 56 87 -
CMYK 0.20 0.36 0 0.66
HSL 267.1º 0.22% 0.28% -
HSV(B) 267.1º 0.36% 0.34% -
XYZ 5.66 4.82 9.65 -
YUV 63.72 141.14 132.48 -
System Red Green Blue C M Y K H S L
Decimal 70 56 87 0.20 0.36 0 0.66 267.1 0.22 0.28
Hex 46 38 57 14 24 0 42 10B 16 1C
Octal 106 70 127 24 44 0 102 413 26 34
Binary 1000110 111000 1010111 10100 100100 0 1000010 100001011 10110 11100

Color Harmonies of #463857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463857

Black with #463857

Text Example


Text Example

White with #463857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463857; }

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

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

background-color css

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

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

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

border-color css

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

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

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