Html Css Color HEX #463756 Jagger

📋 copy color: '#463756'

red 70 ◦ green 55 ◦ blue 86

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

Shades of Jagger #463756

Tints of Jagger #463756

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.07%

 BLUE value IS 86 (33.98% from 255) = 40.76%

R = 33.18%
G = 26.07%
B = 40.76%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#463756 (or 0x463756) is known color: Jagger. HEX triplet: 46, 37 and 56. RGB value is (70,55,86). Sum of RGB (Red+Green+Blue) = 70+55+86=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 86 - color contains mainly: blue. Hex color #463756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463756 is #B9C8A9. Grayscale: #3E3E3E. Windows color (decimal): -12175530 or 5650246. OLE color: 5650246.

HSL color Cylindrical-coordinate representation of color #463756: hue angle of 269.03º 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 #463756 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 55 86 -
CMYK 0.19 0.36 0 0.66
HSL 269.03º 0.22% 0.28% -
HSV(B) 269.03º 0.36% 0.34% -
XYZ 5.57 4.71 9.42 -
YUV 63.02 140.97 132.98 -
System Red Green Blue C M Y K H S L
Decimal 70 55 86 0.19 0.36 0 0.66 269.03 0.22 0.28
Hex 46 37 56 13 24 0 42 10D 16 1C
Octal 106 67 126 23 44 0 102 415 26 34
Binary 1000110 110111 1010110 10011 100100 0 1000010 100001101 10110 11100

Color Harmonies of #463756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463756

Black with #463756

Text Example


Text Example

White with #463756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463756; }

 p { color: rgb(70,55,86); }

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

background-color css

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

 a { background-color: rgb(70,55,86); }

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

border-color css

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

 span { border-color: rgb(70,55,86); }

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