Html Css Color HEX #481758 Scarlet Gum

📋 copy color: '#481758'

red 72 ◦ green 23 ◦ blue 88

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

Shades of Scarlet Gum #481758

Tints of Scarlet Gum #481758

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.57%

 BLUE value IS 88 (34.77% from 255) = 48.09%

R = 39.34%
G = 12.57%
B = 48.09%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#481758 (or 0x481758) is known color: Scarlet Gum. HEX triplet: 48, 17 and 58. RGB value is (72,23,88). Sum of RGB (Red+Green+Blue) = 72+23+88=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 88 (34.77% from 255 or 48.09% from 183); Max value from RGB is 88 - color contains mainly: blue. Hex color #481758 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481758 is #B7E8A7. Grayscale: #2C2C2C. Windows color (decimal): -12052648 or 5773128. OLE color: 5773128.

HSL color Cylindrical-coordinate representation of color #481758: hue angle of 285.23º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #481758 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 23 88 -
CMYK 0.18 0.74 0 0.65
HSL 285.23º 0.59% 0.22% -
HSV(B) 285.23º 0.74% 0.35% -
XYZ 4.74 2.7 9.5 -
YUV 45.06 152.23 147.21 -
System Red Green Blue C M Y K H S L
Decimal 72 23 88 0.18 0.74 0 0.65 285.23 0.59 0.22
Hex 48 17 58 12 4A 0 41 11D 3B 16
Octal 110 27 130 22 112 0 101 435 73 26
Binary 1001000 10111 1011000 10010 1001010 0 1000001 100011101 111011 10110

Color Harmonies of #481758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481758

Black with #481758

Text Example


Text Example

White with #481758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481758; }

 p { color: rgb(72,23,88); }

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

background-color css

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

 a { background-color: rgb(72,23,88); }

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

border-color css

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

 span { border-color: rgb(72,23,88); }

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