Html Css Color HEX #481457 Scarlet Gum

📋 copy color: '#481457'

red 72 ◦ green 20 ◦ blue 87

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

Shades of Scarlet Gum #481457

Tints of Scarlet Gum #481457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 48.6%

R = 40.22%
G = 11.17%
B = 48.6%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#481457 (or 0x481457) is known color: Scarlet Gum. HEX triplet: 48, 14 and 57. RGB value is (72,20,87). Sum of RGB (Red+Green+Blue) = 72+20+87=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 87 (34.38% from 255 or 48.60% from 179); Max value from RGB is 87 - color contains mainly: blue. Hex color #481457 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481457 is #B7EBA8. Grayscale: #2A2A2A. Windows color (decimal): -12053417 or 5706824. OLE color: 5706824.

HSL color Cylindrical-coordinate representation of color #481457: hue angle of 286.57º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #481457 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 20 87 -
CMYK 0.17 0.77 0 0.66
HSL 286.57º 0.63% 0.21% -
HSV(B) 286.57º 0.77% 0.34% -
XYZ 4.64 2.57 9.27 -
YUV 43.19 152.73 148.55 -
System Red Green Blue C M Y K H S L
Decimal 72 20 87 0.17 0.77 0 0.66 286.57 0.63 0.21
Hex 48 14 57 11 4D 0 42 11F 3F 15
Octal 110 24 127 21 115 0 102 437 77 25
Binary 1001000 10100 1010111 10001 1001101 0 1000010 100011111 111111 10101

Color Harmonies of #481457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481457

Black with #481457

Text Example


Text Example

White with #481457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481457; }

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

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

background-color css

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

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

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

border-color css

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

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

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