Html Css Color HEX #4A2B5F Scarlet Gum

📋 copy color: '#4A2B5F'

red 74 ◦ green 43 ◦ blue 95

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

Shades of Scarlet Gum #4A2B5F

Tints of Scarlet Gum #4A2B5F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.28%

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

R = 34.91%
G = 20.28%
B = 44.81%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4A2B5F (or 0x4A2B5F) is known color: Scarlet Gum. HEX triplet: 4A, 2B and 5F. RGB value is (74,43,95). Sum of RGB (Red+Green+Blue) = 74+43+95=212 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.91% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A2B5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2B5F is #B5D4A0. Grayscale: #3A3A3A. Windows color (decimal): -11916449 or 6237002. OLE color: 6237002.

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

Color convert

RGB 74 43 95 -
CMYK 0.22 0.55 0 0.63
HSL 275.77º 0.38% 0.27% -
HSV(B) 275.77º 0.55% 0.37% -
XYZ 5.75 4.01 11.3 -
YUV 58.2 148.77 139.27 -
System Red Green Blue C M Y K H S L
Decimal 74 43 95 0.22 0.55 0 0.63 275.77 0.38 0.27
Hex 4A 2B 5F 16 37 0 3F 114 26 1B
Octal 112 53 137 26 67 0 77 424 46 33
Binary 1001010 101011 1011111 10110 110111 0 111111 100010100 100110 11011

Color Harmonies of #4A2B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2B5F

Black with #4A2B5F

Text Example


Text Example

White with #4A2B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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