Html Css Color HEX #483A58 Jagger

📋 copy color: '#483A58'

red 72 ◦ green 58 ◦ blue 88

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

Shades of Jagger #483A58

Tints of Jagger #483A58

RGB

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

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

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

R = 33.03%
G = 26.61%
B = 40.37%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#483A58 (or 0x483A58) is known color: Jagger. HEX triplet: 48, 3A and 58. RGB value is (72,58,88). Sum of RGB (Red+Green+Blue) = 72+58+88=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 88 - color contains mainly: blue. Hex color #483A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483A58 is #B7C5A7. Grayscale: #414141. Windows color (decimal): -12043688 or 5782088. OLE color: 5782088.

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

Color convert

RGB 72 58 88 -
CMYK 0.18 0.34 0 0.65
HSL 268º 0.21% 0.29% -
HSV(B) 268º 0.34% 0.35% -
XYZ 5.95 5.11 9.91 -
YUV 65.61 140.64 132.56 -
System Red Green Blue C M Y K H S L
Decimal 72 58 88 0.18 0.34 0 0.65 268 0.21 0.29
Hex 48 3A 58 12 22 0 41 10C 15 1D
Octal 110 72 130 22 42 0 101 414 25 35
Binary 1001000 111010 1011000 10010 100010 0 1000001 100001100 10101 11101

Color Harmonies of #483A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483A58

Black with #483A58

Text Example


Text Example

White with #483A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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