Html Css Color HEX #4F3458 Scarlet Gum

📋 copy color: '#4F3458'

red 79 ◦ green 52 ◦ blue 88

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

Shades of Scarlet Gum #4F3458

Tints of Scarlet Gum #4F3458

RGB

 RED value IS 79 (31.25% from 255) = 36.07%

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

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

R = 36.07%
G = 23.74%
B = 40.18%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4F3458 (or 0x4F3458) is known color: Scarlet Gum. HEX triplet: 4F, 34 and 58. RGB value is (79,52,88). Sum of RGB (Red+Green+Blue) = 79+52+88=219 (29% of max value = 765). Red value is 79 (31.25% from 255 or 36.07% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 88 - color contains mainly: blue. Hex color #4F3458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3458 is #B0CBA7. Grayscale: #404040. Windows color (decimal): -11586472 or 5780559. OLE color: 5780559.

HSL color Cylindrical-coordinate representation of color #4F3458: hue angle of 285º 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 #4F3458 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 79 52 88 -
CMYK 0.10 0.41 0 0.65
HSL 285º 0.26% 0.27% -
HSV(B) 285º 0.41% 0.35% -
XYZ 6.21 4.82 9.84 -
YUV 64.18 141.45 138.57 -
System Red Green Blue C M Y K H S L
Decimal 79 52 88 0.10 0.41 0 0.65 285 0.26 0.27
Hex 4F 34 58 A 29 0 41 11D 1A 1B
Octal 117 64 130 12 51 0 101 435 32 33
Binary 1001111 110100 1011000 1010 101001 0 1000001 100011101 11010 11011

Color Harmonies of #4F3458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3458

Black with #4F3458

Text Example


Text Example

White with #4F3458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F3458; }

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

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

background-color css

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

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

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

border-color css

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

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

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