Html Css Color HEX #482658 Scarlet Gum

📋 copy color: '#482658'

red 72 ◦ green 38 ◦ blue 88

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

Shades of Scarlet Gum #482658

Tints of Scarlet Gum #482658

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.19%

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

R = 36.36%
G = 19.19%
B = 44.44%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#482658 (or 0x482658) is known color: Scarlet Gum. HEX triplet: 48, 26 and 58. RGB value is (72,38,88). Sum of RGB (Red+Green+Blue) = 72+38+88=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 88 - color contains mainly: blue. Hex color #482658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482658 is #B7D9A7. Grayscale: #353535. Windows color (decimal): -12048808 or 5776968. OLE color: 5776968.

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

Color convert

RGB 72 38 88 -
CMYK 0.18 0.57 0 0.65
HSL 280.8º 0.4% 0.25% -
HSV(B) 280.8º 0.57% 0.35% -
XYZ 5.13 3.47 9.63 -
YUV 53.87 147.26 140.93 -
System Red Green Blue C M Y K H S L
Decimal 72 38 88 0.18 0.57 0 0.65 280.8 0.4 0.25
Hex 48 26 58 12 39 0 41 119 28 19
Octal 110 46 130 22 71 0 101 431 50 31
Binary 1001000 100110 1011000 10010 111001 0 1000001 100011001 101000 11001

Color Harmonies of #482658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482658

Black with #482658

Text Example


Text Example

White with #482658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482658; }

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

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

background-color css

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

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

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

border-color css

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

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

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