Html Css Color HEX #483958 Jagger

📋 copy color: '#483958'

red 72 ◦ green 57 ◦ blue 88

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

Shades of Jagger #483958

Tints of Jagger #483958

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.27%

 BLUE value IS 88 (34.77% from 255) = 40.55%

R = 33.18%
G = 26.27%
B = 40.55%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#483958 (or 0x483958) is known color: Jagger. HEX triplet: 48, 39 and 58. RGB value is (72,57,88). Sum of RGB (Red+Green+Blue) = 72+57+88=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 57 (22.66% from 255 or 26.27% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 88 - color contains mainly: blue. Hex color #483958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483958 is #B7C6A7. Grayscale: #404040. Windows color (decimal): -12043944 or 5781832. OLE color: 5781832.

HSL color Cylindrical-coordinate representation of color #483958: hue angle of 269.03º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #483958 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 57 88 -
CMYK 0.18 0.35 0 0.65
HSL 269.03º 0.21% 0.28% -
HSV(B) 269.03º 0.35% 0.35% -
XYZ 5.9 5.01 9.89 -
YUV 65.02 140.97 132.98 -
System Red Green Blue C M Y K H S L
Decimal 72 57 88 0.18 0.35 0 0.65 269.03 0.21 0.28
Hex 48 39 58 12 23 0 41 10D 15 1C
Octal 110 71 130 22 43 0 101 415 25 34
Binary 1001000 111001 1011000 10010 100011 0 1000001 100001101 10101 11100

Color Harmonies of #483958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483958

Black with #483958

Text Example


Text Example

White with #483958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483958; }

 p { color: rgb(72,57,88); }

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

background-color css

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

 a { background-color: rgb(72,57,88); }

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

border-color css

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

 span { border-color: rgb(72,57,88); }

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