Html Css Color HEX #463A53 Jagger

📋 copy color: '#463A53'

red 70 ◦ green 58 ◦ blue 83

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

Shades of Jagger #463A53

Tints of Jagger #463A53

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.49%

 BLUE value IS 83 (32.81% from 255) = 39.34%

R = 33.18%
G = 27.49%
B = 39.34%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#463A53 (or 0x463A53) is known color: Jagger. HEX triplet: 46, 3A and 53. RGB value is (70,58,83). Sum of RGB (Red+Green+Blue) = 70+58+83=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 83 - color contains mainly: blue. Hex color #463A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463A53 is #B9C5AC. Grayscale: #404040. Windows color (decimal): -12174765 or 5454406. OLE color: 5454406.

HSL color Cylindrical-coordinate representation of color #463A53: hue angle of 268.8º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #463A53 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 58 83 -
CMYK 0.16 0.30 0 0.67
HSL 268.8º 0.18% 0.28% -
HSV(B) 268.8º 0.3% 0.33% -
XYZ 5.6 4.95 8.84 -
YUV 64.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 70 58 83 0.16 0.30 0 0.67 268.8 0.18 0.28
Hex 46 3A 53 10 1E 0 43 10D 12 1C
Octal 106 72 123 20 36 0 103 415 22 34
Binary 1000110 111010 1010011 10000 11110 0 1000011 100001101 10010 11100

Color Harmonies of #463A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463A53

Black with #463A53

Text Example


Text Example

White with #463A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463A53; }

 p { color: rgb(70,58,83); }

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

background-color css

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

 a { background-color: rgb(70,58,83); }

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

border-color css

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

 span { border-color: rgb(70,58,83); }

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