Html Css Color HEX #481864 Scarlet Gum

📋 copy color: '#481864'

red 72 ◦ green 24 ◦ blue 100

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

Shades of Scarlet Gum #481864

Tints of Scarlet Gum #481864

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.24%

 BLUE value IS 100 (39.45% from 255) = 51.02%

R = 36.73%
G = 12.24%
B = 51.02%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#481864 (or 0x481864) is known color: Scarlet Gum. HEX triplet: 48, 18 and 64. RGB value is (72,24,100). Sum of RGB (Red+Green+Blue) = 72+24+100=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 100 (39.45% from 255 or 51.02% from 196); Max value from RGB is 100 - color contains mainly: blue. Hex color #481864 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481864 is #B7E79B. Grayscale: #2E2E2E. Windows color (decimal): -12052380 or 6559816. OLE color: 6559816.

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

Color convert

RGB 72 24 100 -
CMYK 0.28 0.76 0 0.61
HSL 277.89º 0.61% 0.24% -
HSV(B) 277.89º 0.76% 0.39% -
XYZ 5.3 2.95 12.35 -
YUV 47.02 157.9 145.82 -
System Red Green Blue C M Y K H S L
Decimal 72 24 100 0.28 0.76 0 0.61 277.89 0.61 0.24
Hex 48 18 64 1C 4C 0 3D 116 3D 18
Octal 110 30 144 34 114 0 75 426 75 30
Binary 1001000 11000 1100100 11100 1001100 0 111101 100010110 111101 11000

Color Harmonies of #481864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481864

Black with #481864

Text Example


Text Example

White with #481864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481864; }

 p { color: rgb(72,24,100); }

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

background-color css

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

 a { background-color: rgb(72,24,100); }

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

border-color css

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

 span { border-color: rgb(72,24,100); }

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