Html Css Color HEX #463552 Jagger

📋 copy color: '#463552'

red 70 ◦ green 53 ◦ blue 82

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

Shades of Jagger #463552

Tints of Jagger #463552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 40%

R = 34.15%
G = 25.85%
B = 40%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#463552 (or 0x463552) is known color: Jagger. HEX triplet: 46, 35 and 52. RGB value is (70,53,82). Sum of RGB (Red+Green+Blue) = 70+53+82=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 82 - color contains mainly: blue. Hex color #463552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463552 is #B9CAAD. Grayscale: #3D3D3D. Windows color (decimal): -12176046 or 5387590. OLE color: 5387590.

HSL color Cylindrical-coordinate representation of color #463552: hue angle of 275.17º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #463552 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 53 82 -
CMYK 0.15 0.35 0 0.68
HSL 275.17º 0.21% 0.26% -
HSV(B) 275.17º 0.35% 0.32% -
XYZ 5.32 4.46 8.56 -
YUV 61.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 70 53 82 0.15 0.35 0 0.68 275.17 0.21 0.26
Hex 46 35 52 F 23 0 44 113 15 1A
Octal 106 65 122 17 43 0 104 423 25 32
Binary 1000110 110101 1010010 1111 100011 0 1000100 100010011 10101 11010

Color Harmonies of #463552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463552

Black with #463552

Text Example


Text Example

White with #463552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463552; }

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

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

background-color css

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

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

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

border-color css

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

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

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