Html Css Color HEX #483C50 Jagger

📋 copy color: '#483C50'

red 72 ◦ green 60 ◦ blue 80

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

Shades of Jagger #483C50

Tints of Jagger #483C50

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.3%

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

R = 33.96%
G = 28.3%
B = 37.74%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#483C50 (or 0x483C50) is known color: Jagger. HEX triplet: 48, 3C and 50. RGB value is (72,60,80). Sum of RGB (Red+Green+Blue) = 72+60+80=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 80 - color contains mainly: blue. Hex color #483C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483C50 is #B7C3AF. Grayscale: #414141. Windows color (decimal): -12043184 or 5258312. OLE color: 5258312.

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

Color convert

RGB 72 60 80 -
CMYK 0.10 0.25 0 0.69
HSL 276º 0.14% 0.27% -
HSV(B) 276º 0.25% 0.31% -
XYZ 5.74 5.19 8.29 -
YUV 65.87 135.98 132.37 -
System Red Green Blue C M Y K H S L
Decimal 72 60 80 0.10 0.25 0 0.69 276 0.14 0.27
Hex 48 3C 50 A 19 0 45 114 E 1B
Octal 110 74 120 12 31 0 105 424 16 33
Binary 1001000 111100 1010000 1010 11001 0 1000101 100010100 1110 11011

Color Harmonies of #483C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C50

Black with #483C50

Text Example


Text Example

White with #483C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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