Html Css Color HEX #483F50 Jagger

📋 copy color: '#483F50'

red 72 ◦ green 63 ◦ blue 80

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

Shades of Jagger #483F50

Tints of Jagger #483F50

RGB

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

 GREEN value IS 63 (25% from 255) = 29.3%

 BLUE value IS 80 (31.64% from 255) = 37.21%

R = 33.49%
G = 29.3%
B = 37.21%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#483F50 (or 0x483F50) is known color: Jagger. HEX triplet: 48, 3F and 50. RGB value is (72,63,80). Sum of RGB (Red+Green+Blue) = 72+63+80=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 80 - color contains mainly: blue. Hex color #483F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483F50 is #B7C0AF. Grayscale: #434343. Windows color (decimal): -12042416 or 5259080. OLE color: 5259080.

HSL color Cylindrical-coordinate representation of color #483F50: hue angle of 271.76º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #483F50 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 63 80 -
CMYK 0.10 0.21 0 0.69
HSL 271.76º 0.12% 0.28% -
HSV(B) 271.76º 0.21% 0.31% -
XYZ 5.9 5.51 8.34 -
YUV 67.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 72 63 80 0.10 0.21 0 0.69 271.76 0.12 0.28
Hex 48 3F 50 A 15 0 45 110 C 1C
Octal 110 77 120 12 25 0 105 420 14 34
Binary 1001000 111111 1010000 1010 10101 0 1000101 100010000 1100 11100

Color Harmonies of #483F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483F50

Black with #483F50

Text Example


Text Example

White with #483F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,63,80); }

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

background-color css

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

 a { background-color: rgb(72,63,80); }

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

border-color css

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

 span { border-color: rgb(72,63,80); }

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