Html Css Color HEX #482657 Scarlet Gum

📋 copy color: '#482657'

red 72 ◦ green 38 ◦ blue 87

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

Shades of Scarlet Gum #482657

Tints of Scarlet Gum #482657

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.29%

 BLUE value IS 87 (34.38% from 255) = 44.16%

R = 36.55%
G = 19.29%
B = 44.16%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#482657 (or 0x482657) is known color: Scarlet Gum. HEX triplet: 48, 26 and 57. RGB value is (72,38,87). Sum of RGB (Red+Green+Blue) = 72+38+87=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 87 - color contains mainly: blue. Hex color #482657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482657 is #B7D9A8. Grayscale: #353535. Windows color (decimal): -12048809 or 5711432. OLE color: 5711432.

HSL color Cylindrical-coordinate representation of color #482657: hue angle of 281.63º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #482657 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 38 87 -
CMYK 0.17 0.56 0 0.66
HSL 281.63º 0.39% 0.25% -
HSV(B) 281.63º 0.56% 0.34% -
XYZ 5.09 3.45 9.42 -
YUV 53.75 146.76 141.02 -
System Red Green Blue C M Y K H S L
Decimal 72 38 87 0.17 0.56 0 0.66 281.63 0.39 0.25
Hex 48 26 57 11 38 0 42 11A 27 19
Octal 110 46 127 21 70 0 102 432 47 31
Binary 1001000 100110 1010111 10001 111000 0 1000010 100011010 100111 11001

Color Harmonies of #482657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482657

Black with #482657

Text Example


Text Example

White with #482657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482657; }

 p { color: rgb(72,38,87); }

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

background-color css

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

 a { background-color: rgb(72,38,87); }

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

border-color css

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

 span { border-color: rgb(72,38,87); }

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