Html Css Color HEX #483258 Scarlet Gum

📋 copy color: '#483258'

red 72 ◦ green 50 ◦ blue 88

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

Shades of Scarlet Gum #483258

Tints of Scarlet Gum #483258

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.81%

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

R = 34.29%
G = 23.81%
B = 41.9%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#483258 (or 0x483258) is known color: Scarlet Gum. HEX triplet: 48, 32 and 58. RGB value is (72,50,88). Sum of RGB (Red+Green+Blue) = 72+50+88=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 88 - color contains mainly: blue. Hex color #483258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483258 is #B7CDA7. Grayscale: #3C3C3C. Windows color (decimal): -12045736 or 5780040. OLE color: 5780040.

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

Color convert

RGB 72 50 88 -
CMYK 0.18 0.43 0 0.65
HSL 274.74º 0.28% 0.27% -
HSV(B) 274.74º 0.43% 0.35% -
XYZ 5.57 4.36 9.78 -
YUV 60.91 143.29 135.91 -
System Red Green Blue C M Y K H S L
Decimal 72 50 88 0.18 0.43 0 0.65 274.74 0.28 0.27
Hex 48 32 58 12 2B 0 41 113 1C 1B
Octal 110 62 130 22 53 0 101 423 34 33
Binary 1001000 110010 1011000 10010 101011 0 1000001 100010011 11100 11011

Color Harmonies of #483258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483258

Black with #483258

Text Example


Text Example

White with #483258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483258; }

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

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

background-color css

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

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

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

border-color css

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

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

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