Html Css Color HEX #483B51 Jagger

📋 copy color: '#483B51'

red 72 ◦ green 59 ◦ blue 81

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

Shades of Jagger #483B51

Tints of Jagger #483B51

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.83%

 BLUE value IS 81 (32.03% from 255) = 38.21%

R = 33.96%
G = 27.83%
B = 38.21%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#483B51 (or 0x483B51) is known color: Jagger. HEX triplet: 48, 3B and 51. RGB value is (72,59,81). Sum of RGB (Red+Green+Blue) = 72+59+81=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 81 - color contains mainly: blue. Hex color #483B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483B51 is #B7C4AE. Grayscale: #414141. Windows color (decimal): -12043439 or 5323592. OLE color: 5323592.

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

Color convert

RGB 72 59 81 -
CMYK 0.11 0.27 0 0.68
HSL 275.45º 0.16% 0.27% -
HSV(B) 275.45º 0.27% 0.32% -
XYZ 5.72 5.1 8.47 -
YUV 65.4 136.81 132.71 -
System Red Green Blue C M Y K H S L
Decimal 72 59 81 0.11 0.27 0 0.68 275.45 0.16 0.27
Hex 48 3B 51 B 1B 0 44 113 10 1B
Octal 110 73 121 13 33 0 104 423 20 33
Binary 1001000 111011 1010001 1011 11011 0 1000100 100010011 10000 11011

Color Harmonies of #483B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483B51

Black with #483B51

Text Example


Text Example

White with #483B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,59,81); }

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

background-color css

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

 a { background-color: rgb(72,59,81); }

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

border-color css

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

 span { border-color: rgb(72,59,81); }

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