Html Css Color HEX #4A335F Scarlet Gum

📋 copy color: '#4A335F'

red 74 ◦ green 51 ◦ blue 95

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

Shades of Scarlet Gum #4A335F

Tints of Scarlet Gum #4A335F

RGB

 RED value IS 74 (29.3% from 255) = 33.64%

 GREEN value IS 51 (20.31% from 255) = 23.18%

 BLUE value IS 95 (37.5% from 255) = 43.18%

R = 33.64%
G = 23.18%
B = 43.18%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4A335F (or 0x4A335F) is known color: Scarlet Gum. HEX triplet: 4A, 33 and 5F. RGB value is (74,51,95). Sum of RGB (Red+Green+Blue) = 74+51+95=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A335F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A335F is #B5CCA0. Grayscale: #3E3E3E. Windows color (decimal): -11914401 or 6239050. OLE color: 6239050.

HSL color Cylindrical-coordinate representation of color #4A335F: hue angle of 271.36º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A335F is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 74 51 95 -
CMYK 0.22 0.46 0 0.63
HSL 271.36º 0.3% 0.29% -
HSV(B) 271.36º 0.46% 0.37% -
XYZ 6.07 4.65 11.4 -
YUV 62.89 146.12 135.92 -
System Red Green Blue C M Y K H S L
Decimal 74 51 95 0.22 0.46 0 0.63 271.36 0.3 0.29
Hex 4A 33 5F 16 2E 0 3F 10F 1E 1D
Octal 112 63 137 26 56 0 77 417 36 35
Binary 1001010 110011 1011111 10110 101110 0 111111 100001111 11110 11101

Color Harmonies of #4A335F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A335F

Black with #4A335F

Text Example


Text Example

White with #4A335F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,51,95); }

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

background-color css

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

 a { background-color: rgb(74,51,95); }

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

border-color css

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

 span { border-color: rgb(74,51,95); }

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