Html Css Color HEX #483458 Scarlet Gum

📋 copy color: '#483458'

red 72 ◦ green 52 ◦ blue 88

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

Shades of Scarlet Gum #483458

Tints of Scarlet Gum #483458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 41.51%

R = 33.96%
G = 24.53%
B = 41.51%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#483458 (or 0x483458) is known color: Scarlet Gum. HEX triplet: 48, 34 and 58. RGB value is (72,52,88). Sum of RGB (Red+Green+Blue) = 72+52+88=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 88 - color contains mainly: blue. Hex color #483458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483458 is #B7CBA7. Grayscale: #3D3D3D. Windows color (decimal): -12045224 or 5780552. OLE color: 5780552.

HSL color Cylindrical-coordinate representation of color #483458: hue angle of 273.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #483458 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 52 88 -
CMYK 0.18 0.41 0 0.65
HSL 273.33º 0.26% 0.27% -
HSV(B) 273.33º 0.41% 0.35% -
XYZ 5.66 4.54 9.81 -
YUV 62.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 72 52 88 0.18 0.41 0 0.65 273.33 0.26 0.27
Hex 48 34 58 12 29 0 41 111 1A 1B
Octal 110 64 130 22 51 0 101 421 32 33
Binary 1001000 110100 1011000 10010 101001 0 1000001 100010001 11010 11011

Color Harmonies of #483458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483458

Black with #483458

Text Example


Text Example

White with #483458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483458; }

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

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

background-color css

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

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

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

border-color css

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

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

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