Html Css Color HEX #482364 Scarlet Gum

📋 copy color: '#482364'

red 72 ◦ green 35 ◦ blue 100

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

Shades of Scarlet Gum #482364

Tints of Scarlet Gum #482364

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.91%

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

R = 34.78%
G = 16.91%
B = 48.31%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#482364 (or 0x482364) is known color: Scarlet Gum. HEX triplet: 48, 23 and 64. RGB value is (72,35,100). Sum of RGB (Red+Green+Blue) = 72+35+100=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 100 (39.45% from 255 or 48.31% from 207); Max value from RGB is 100 - color contains mainly: blue. Hex color #482364 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482364 is #B7DC9B. Grayscale: #353535. Windows color (decimal): -12049564 or 6562632. OLE color: 6562632.

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

Color convert

RGB 72 35 100 -
CMYK 0.28 0.65 0 0.61
HSL 274.15º 0.48% 0.26% -
HSV(B) 274.15º 0.65% 0.39% -
XYZ 5.57 3.5 12.44 -
YUV 53.47 154.26 141.21 -
System Red Green Blue C M Y K H S L
Decimal 72 35 100 0.28 0.65 0 0.61 274.15 0.48 0.26
Hex 48 23 64 1C 41 0 3D 112 30 1A
Octal 110 43 144 34 101 0 75 422 60 32
Binary 1001000 100011 1100100 11100 1000001 0 111101 100010010 110000 11010

Color Harmonies of #482364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482364

Black with #482364

Text Example


Text Example

White with #482364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482364; }

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

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

background-color css

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

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

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

border-color css

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

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

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