Html Css Color HEX #482763 Scarlet Gum

📋 copy color: '#482763'

red 72 ◦ green 39 ◦ blue 99

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

Shades of Scarlet Gum #482763

Tints of Scarlet Gum #482763

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.57%

 BLUE value IS 99 (39.06% from 255) = 47.14%

R = 34.29%
G = 18.57%
B = 47.14%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#482763 (or 0x482763) is known color: Scarlet Gum. HEX triplet: 48, 27 and 63. RGB value is (72,39,99). Sum of RGB (Red+Green+Blue) = 72+39+99=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #482763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482763 is #B7D89C. Grayscale: #373737. Windows color (decimal): -12048541 or 6498120. OLE color: 6498120.

HSL color Cylindrical-coordinate representation of color #482763: hue angle of 273º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #482763 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 39 99 -
CMYK 0.27 0.61 0 0.61
HSL 273º 0.43% 0.27% -
HSV(B) 273º 0.61% 0.39% -
XYZ 5.65 3.73 12.23 -
YUV 55.71 152.43 139.62 -
System Red Green Blue C M Y K H S L
Decimal 72 39 99 0.27 0.61 0 0.61 273 0.43 0.27
Hex 48 27 63 1B 3D 0 3D 111 2B 1B
Octal 110 47 143 33 75 0 75 421 53 33
Binary 1001000 100111 1100011 11011 111101 0 111101 100010001 101011 11011

Color Harmonies of #482763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482763

Black with #482763

Text Example


Text Example

White with #482763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482763; }

 p { color: rgb(72,39,99); }

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

background-color css

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

 a { background-color: rgb(72,39,99); }

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

border-color css

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

 span { border-color: rgb(72,39,99); }

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