Html Css Color HEX #4F4058 Scarlet Gum

📋 copy color: '#4F4058'

red 79 ◦ green 64 ◦ blue 88

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

Shades of Scarlet Gum #4F4058

Tints of Scarlet Gum #4F4058

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.71%

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

R = 34.2%
G = 27.71%
B = 38.1%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4F4058 (or 0x4F4058) is known color: Scarlet Gum. HEX triplet: 4F, 40 and 58. RGB value is (79,64,88). Sum of RGB (Red+Green+Blue) = 79+64+88=231 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.20% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 88 - color contains mainly: blue. Hex color #4F4058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4058 is #B0BFA7. Grayscale: #474747. Windows color (decimal): -11583400 or 5783631. OLE color: 5783631.

HSL color Cylindrical-coordinate representation of color #4F4058: hue angle of 277.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4F4058 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 79 64 88 -
CMYK 0.10 0.27 0 0.65
HSL 277.5º 0.16% 0.3% -
HSV(B) 277.5º 0.27% 0.35% -
XYZ 6.82 6.03 10.04 -
YUV 71.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 79 64 88 0.10 0.27 0 0.65 277.5 0.16 0.3
Hex 4F 40 58 A 1B 0 41 116 10 1E
Octal 117 100 130 12 33 0 101 426 20 36
Binary 1001111 1000000 1011000 1010 11011 0 1000001 100010110 10000 11110

Color Harmonies of #4F4058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4058

Black with #4F4058

Text Example


Text Example

White with #4F4058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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