Html Css Color HEX #463555 Jagger

📋 copy color: '#463555'

red 70 ◦ green 53 ◦ blue 85

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

Shades of Jagger #463555

Tints of Jagger #463555

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.48%

 BLUE value IS 85 (33.59% from 255) = 40.87%

R = 33.65%
G = 25.48%
B = 40.87%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#463555 (or 0x463555) is known color: Jagger. HEX triplet: 46, 35 and 55. RGB value is (70,53,85). Sum of RGB (Red+Green+Blue) = 70+53+85=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 85 - color contains mainly: blue. Hex color #463555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463555 is #B9CAAA. Grayscale: #3D3D3D. Windows color (decimal): -12176043 or 5584198. OLE color: 5584198.

HSL color Cylindrical-coordinate representation of color #463555: hue angle of 271.88º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #463555 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 53 85 -
CMYK 0.18 0.38 0 0.67
HSL 271.88º 0.23% 0.27% -
HSV(B) 271.88º 0.38% 0.33% -
XYZ 5.44 4.5 9.18 -
YUV 61.73 141.13 133.9 -
System Red Green Blue C M Y K H S L
Decimal 70 53 85 0.18 0.38 0 0.67 271.88 0.23 0.27
Hex 46 35 55 12 26 0 43 110 17 1B
Octal 106 65 125 22 46 0 103 420 27 33
Binary 1000110 110101 1010101 10010 100110 0 1000011 100010000 10111 11011

Color Harmonies of #463555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463555

Black with #463555

Text Example


Text Example

White with #463555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463555; }

 p { color: rgb(70,53,85); }

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

background-color css

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

 a { background-color: rgb(70,53,85); }

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

border-color css

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

 span { border-color: rgb(70,53,85); }

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