Html Css Color HEX #481463 Scarlet Gum

📋 copy color: '#481463'

red 72 ◦ green 20 ◦ blue 99

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

Shades of Scarlet Gum #481463

Tints of Scarlet Gum #481463

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.47%

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

R = 37.7%
G = 10.47%
B = 51.83%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#481463 (or 0x481463) is known color: Scarlet Gum. HEX triplet: 48, 14 and 63. RGB value is (72,20,99). Sum of RGB (Red+Green+Blue) = 72+20+99=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 99 (39.06% from 255 or 51.83% from 191); Max value from RGB is 99 - color contains mainly: blue. Hex color #481463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481463 is #B7EB9C. Grayscale: #2C2C2C. Windows color (decimal): -12053405 or 6493256. OLE color: 6493256.

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

Color convert

RGB 72 20 99 -
CMYK 0.27 0.80 0 0.61
HSL 279.49º 0.66% 0.23% -
HSV(B) 279.49º 0.8% 0.39% -
XYZ 5.17 2.78 12.07 -
YUV 44.55 158.73 147.58 -
System Red Green Blue C M Y K H S L
Decimal 72 20 99 0.27 0.80 0 0.61 279.49 0.66 0.23
Hex 48 14 63 1B 50 0 3D 117 42 17
Octal 110 24 143 33 120 0 75 427 102 27
Binary 1001000 10100 1100011 11011 1010000 0 111101 100010111 1000010 10111

Color Harmonies of #481463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481463

Black with #481463

Text Example


Text Example

White with #481463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481463; }

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

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

background-color css

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

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

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

border-color css

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

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

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