Html Css Color HEX #482262 Scarlet Gum

📋 copy color: '#482262'

red 72 ◦ green 34 ◦ blue 98

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

Shades of Scarlet Gum #482262

Tints of Scarlet Gum #482262

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.67%

 BLUE value IS 98 (38.67% from 255) = 48.04%

R = 35.29%
G = 16.67%
B = 48.04%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#482262 (or 0x482262) is known color: Scarlet Gum. HEX triplet: 48, 22 and 62. RGB value is (72,34,98). Sum of RGB (Red+Green+Blue) = 72+34+98=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 98 - color contains mainly: blue. Hex color #482262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482262 is #B7DD9D. Grayscale: #343434. Windows color (decimal): -12049822 or 6431304. OLE color: 6431304.

HSL color Cylindrical-coordinate representation of color #482262: hue angle of 275.62º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #482262 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 34 98 -
CMYK 0.27 0.65 0 0.62
HSL 275.63º 0.48% 0.26% -
HSV(B) 275.63º 0.65% 0.38% -
XYZ 5.45 3.4 11.93 -
YUV 52.66 153.59 141.8 -
System Red Green Blue C M Y K H S L
Decimal 72 34 98 0.27 0.65 0 0.62 275.63 0.48 0.26
Hex 48 22 62 1B 41 0 3E 114 30 1A
Octal 110 42 142 33 101 0 76 424 60 32
Binary 1001000 100010 1100010 11011 1000001 0 111110 100010100 110000 11010

Color Harmonies of #482262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482262

Black with #482262

Text Example


Text Example

White with #482262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482262; }

 p { color: rgb(72,34,98); }

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

background-color css

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

 a { background-color: rgb(72,34,98); }

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

border-color css

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

 span { border-color: rgb(72,34,98); }

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