Html Css Color HEX #4A065B Scarlet Gum

📋 copy color: '#4A065B'

red 74 ◦ green 6 ◦ blue 91

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

Shades of Scarlet Gum #4A065B

Tints of Scarlet Gum #4A065B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.51%

 BLUE value IS 91 (35.94% from 255) = 53.22%

R = 43.27%
G = 3.51%
B = 53.22%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4A065B (or 0x4A065B) is known color: Scarlet Gum. HEX triplet: 4A, 06 and 5B. RGB value is (74,6,91). Sum of RGB (Red+Green+Blue) = 74+6+91=171 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.27% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A065B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A065B is #B5F9A4. Grayscale: #232323. Windows color (decimal): -11925925 or 5965386. OLE color: 5965386.

HSL color Cylindrical-coordinate representation of color #4A065B: hue angle of 288º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A065B is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 74 6 91 -
CMYK 0.19 0.93 0 0.64
HSL 288º 0.88% 0.19% -
HSV(B) 288º 0.93% 0.36% -
XYZ 4.78 2.34 10.1 -
YUV 36.02 159.03 155.09 -
System Red Green Blue C M Y K H S L
Decimal 74 6 91 0.19 0.93 0 0.64 288 0.88 0.19
Hex 4A 6 5B 13 5D 0 40 120 58 13
Octal 112 6 133 23 135 0 100 440 130 23
Binary 1001010 110 1011011 10011 1011101 0 1000000 100100000 1011000 10011

Color Harmonies of #4A065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A065B

Black with #4A065B

Text Example


Text Example

White with #4A065B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,6,91); }

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

background-color css

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

 a { background-color: rgb(74,6,91); }

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

border-color css

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

 span { border-color: rgb(74,6,91); }

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