Html Css Color HEX #482264 Scarlet Gum

📋 copy color: '#482264'

red 72 ◦ green 34 ◦ blue 100

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

Shades of Scarlet Gum #482264

Tints of Scarlet Gum #482264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 48.54%

R = 34.95%
G = 16.5%
B = 48.54%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#482264 (or 0x482264) is known color: Scarlet Gum. HEX triplet: 48, 22 and 64. RGB value is (72,34,100). Sum of RGB (Red+Green+Blue) = 72+34+100=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 100 (39.45% from 255 or 48.54% from 206); Max value from RGB is 100 - color contains mainly: blue. Hex color #482264 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482264 is #B7DD9B. Grayscale: #343434. Windows color (decimal): -12049820 or 6562376. OLE color: 6562376.

HSL color Cylindrical-coordinate representation of color #482264: hue angle of 274.55º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #482264 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 34 100 -
CMYK 0.28 0.66 0 0.61
HSL 274.55º 0.49% 0.26% -
HSV(B) 274.55º 0.66% 0.39% -
XYZ 5.54 3.44 12.43 -
YUV 52.89 154.59 141.63 -
System Red Green Blue C M Y K H S L
Decimal 72 34 100 0.28 0.66 0 0.61 274.55 0.49 0.26
Hex 48 22 64 1C 42 0 3D 113 31 1A
Octal 110 42 144 34 102 0 75 423 61 32
Binary 1001000 100010 1100100 11100 1000010 0 111101 100010011 110001 11010

Color Harmonies of #482264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482264

Black with #482264

Text Example


Text Example

White with #482264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482264; }

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

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

background-color css

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

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

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

border-color css

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

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

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