Html Css Color HEX #482E56 Scarlet Gum

📋 copy color: '#482E56'

red 72 ◦ green 46 ◦ blue 86

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

Shades of Scarlet Gum #482E56

Tints of Scarlet Gum #482E56

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.55%

 BLUE value IS 86 (33.98% from 255) = 42.16%

R = 35.29%
G = 22.55%
B = 42.16%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#482E56 (or 0x482E56) is known color: Scarlet Gum. HEX triplet: 48, 2E and 56. RGB value is (72,46,86). Sum of RGB (Red+Green+Blue) = 72+46+86=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 86 - color contains mainly: blue. Hex color #482E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482E56 is #B7D1A9. Grayscale: #3A3A3A. Windows color (decimal): -12046762 or 5647944. OLE color: 5647944.

HSL color Cylindrical-coordinate representation of color #482E56: hue angle of 279º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #482E56 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 46 86 -
CMYK 0.16 0.47 0 0.66
HSL 279º 0.3% 0.26% -
HSV(B) 279º 0.47% 0.34% -
XYZ 5.33 4 9.3 -
YUV 58.33 143.61 137.75 -
System Red Green Blue C M Y K H S L
Decimal 72 46 86 0.16 0.47 0 0.66 279 0.3 0.26
Hex 48 2E 56 10 2F 0 42 117 1E 1A
Octal 110 56 126 20 57 0 102 427 36 32
Binary 1001000 101110 1010110 10000 101111 0 1000010 100010111 11110 11010

Color Harmonies of #482E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482E56

Black with #482E56

Text Example


Text Example

White with #482E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482E56; }

 p { color: rgb(72,46,86); }

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

background-color css

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

 a { background-color: rgb(72,46,86); }

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

border-color css

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

 span { border-color: rgb(72,46,86); }

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