Html Css Color HEX #4F3662 Scarlet Gum

📋 copy color: '#4F3662'

red 79 ◦ green 54 ◦ blue 98

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

Shades of Scarlet Gum #4F3662

Tints of Scarlet Gum #4F3662

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.38%

 BLUE value IS 98 (38.67% from 255) = 42.42%

R = 34.2%
G = 23.38%
B = 42.42%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4F3662 (or 0x4F3662) is known color: Scarlet Gum. HEX triplet: 4F, 36 and 62. RGB value is (79,54,98). Sum of RGB (Red+Green+Blue) = 79+54+98=231 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.20% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 98 - color contains mainly: blue. Hex color #4F3662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3662 is #B0C99D. Grayscale: #424242. Windows color (decimal): -11585950 or 6436431. OLE color: 6436431.

HSL color Cylindrical-coordinate representation of color #4F3662: hue angle of 274.09º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F3662 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 54 98 -
CMYK 0.19 0.45 0 0.62
HSL 274.09º 0.29% 0.3% -
HSV(B) 274.09º 0.45% 0.38% -
XYZ 6.75 5.18 12.2 -
YUV 66.49 145.78 136.92 -
System Red Green Blue C M Y K H S L
Decimal 79 54 98 0.19 0.45 0 0.62 274.09 0.29 0.3
Hex 4F 36 62 13 2D 0 3E 112 1D 1E
Octal 117 66 142 23 55 0 76 422 35 36
Binary 1001111 110110 1100010 10011 101101 0 111110 100010010 11101 11110

Color Harmonies of #4F3662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3662

Black with #4F3662

Text Example


Text Example

White with #4F3662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,54,98); }

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

background-color css

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

 a { background-color: rgb(79,54,98); }

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

border-color css

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

 span { border-color: rgb(79,54,98); }

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