Html Css Color HEX #481E60 Scarlet Gum

📋 copy color: '#481E60'

red 72 ◦ green 30 ◦ blue 96

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

Shades of Scarlet Gum #481E60

Tints of Scarlet Gum #481E60

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.15%

 BLUE value IS 96 (37.89% from 255) = 48.48%

R = 36.36%
G = 15.15%
B = 48.48%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#481E60 (or 0x481E60) is known color: Scarlet Gum. HEX triplet: 48, 1E and 60. RGB value is (72,30,96). Sum of RGB (Red+Green+Blue) = 72+30+96=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 30 (12.11% from 255 or 15.15% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #481E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481E60 is #B7E19F. Grayscale: #313131. Windows color (decimal): -12050848 or 6299208. OLE color: 6299208.

HSL color Cylindrical-coordinate representation of color #481E60: hue angle of 278.18º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #481E60 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 30 96 -
CMYK 0.25 0.69 0 0.62
HSL 278.18º 0.52% 0.25% -
HSV(B) 278.18º 0.69% 0.38% -
XYZ 5.25 3.15 11.4 -
YUV 50.08 153.91 143.63 -
System Red Green Blue C M Y K H S L
Decimal 72 30 96 0.25 0.69 0 0.62 278.18 0.52 0.25
Hex 48 1E 60 19 45 0 3E 116 34 19
Octal 110 36 140 31 105 0 76 426 64 31
Binary 1001000 11110 1100000 11001 1000101 0 111110 100010110 110100 11001

Color Harmonies of #481E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E60

Black with #481E60

Text Example


Text Example

White with #481E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481E60; }

 p { color: rgb(72,30,96); }

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

background-color css

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

 a { background-color: rgb(72,30,96); }

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

border-color css

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

 span { border-color: rgb(72,30,96); }

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