Html Css Color HEX #483A52 Jagger

📋 copy color: '#483A52'

red 72 ◦ green 58 ◦ blue 82

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

Shades of Jagger #483A52

Tints of Jagger #483A52

RGB

 RED value IS 72 (28.52% from 255) = 33.96%

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

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

R = 33.96%
G = 27.36%
B = 38.68%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#483A52 (or 0x483A52) is known color: Jagger. HEX triplet: 48, 3A and 52. RGB value is (72,58,82). Sum of RGB (Red+Green+Blue) = 72+58+82=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 82 - color contains mainly: blue. Hex color #483A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483A52 is #B7C5AD. Grayscale: #404040. Windows color (decimal): -12043694 or 5388872. OLE color: 5388872.

HSL color Cylindrical-coordinate representation of color #483A52: hue angle of 275º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #483A52 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 58 82 -
CMYK 0.12 0.29 0 0.68
HSL 275º 0.17% 0.27% -
HSV(B) 275º 0.29% 0.32% -
XYZ 5.71 5.01 8.65 -
YUV 64.92 137.64 133.05 -
System Red Green Blue C M Y K H S L
Decimal 72 58 82 0.12 0.29 0 0.68 275 0.17 0.27
Hex 48 3A 52 C 1D 0 44 113 11 1B
Octal 110 72 122 14 35 0 104 423 21 33
Binary 1001000 111010 1010010 1100 11101 0 1000100 100010011 10001 11011

Color Harmonies of #483A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483A52

Black with #483A52

Text Example


Text Example

White with #483A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483A52; }

 p { color: rgb(72,58,82); }

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

background-color css

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

 a { background-color: rgb(72,58,82); }

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

border-color css

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

 span { border-color: rgb(72,58,82); }

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