Html Css Color HEX #483456 Scarlet Gum

📋 copy color: '#483456'

red 72 ◦ green 52 ◦ blue 86

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

Shades of Scarlet Gum #483456

Tints of Scarlet Gum #483456

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.76%

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

R = 34.29%
G = 24.76%
B = 40.95%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#483456 (or 0x483456) is known color: Scarlet Gum. HEX triplet: 48, 34 and 56. RGB value is (72,52,86). Sum of RGB (Red+Green+Blue) = 72+52+86=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 86 - color contains mainly: blue. Hex color #483456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483456 is #B7CBA9. Grayscale: #3D3D3D. Windows color (decimal): -12045226 or 5649480. OLE color: 5649480.

HSL color Cylindrical-coordinate representation of color #483456: hue angle of 275.29º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #483456 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 52 86 -
CMYK 0.16 0.40 0 0.66
HSL 275.29º 0.25% 0.27% -
HSV(B) 275.29º 0.4% 0.34% -
XYZ 5.58 4.51 9.38 -
YUV 61.86 141.63 135.24 -
System Red Green Blue C M Y K H S L
Decimal 72 52 86 0.16 0.40 0 0.66 275.29 0.25 0.27
Hex 48 34 56 10 28 0 42 113 19 1B
Octal 110 64 126 20 50 0 102 423 31 33
Binary 1001000 110100 1010110 10000 101000 0 1000010 100010011 11001 11011

Color Harmonies of #483456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483456

Black with #483456

Text Example


Text Example

White with #483456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483456; }

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

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

background-color css

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

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

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

border-color css

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

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

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