Html Css Color HEX #4A065A Scarlet Gum

📋 copy color: '#4A065A'

red 74 ◦ green 6 ◦ blue 90

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

Shades of Scarlet Gum #4A065A

Tints of Scarlet Gum #4A065A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 52.94%

R = 43.53%
G = 3.53%
B = 52.94%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4A065A (or 0x4A065A) is known color: Scarlet Gum. HEX triplet: 4A, 06 and 5A. RGB value is (74,6,90). Sum of RGB (Red+Green+Blue) = 74+6+90=170 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.53% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #4A065A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A065A is #B5F9A5. Grayscale: #232323. Windows color (decimal): -11925926 or 5899850. OLE color: 5899850.

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

Color convert

RGB 74 6 90 -
CMYK 0.18 0.93 0 0.65
HSL 288.57º 0.88% 0.19% -
HSV(B) 288.57º 0.93% 0.35% -
XYZ 4.73 2.32 9.87 -
YUV 35.91 158.53 155.17 -
System Red Green Blue C M Y K H S L
Decimal 74 6 90 0.18 0.93 0 0.65 288.57 0.88 0.19
Hex 4A 6 5A 12 5D 0 41 121 58 13
Octal 112 6 132 22 135 0 101 441 130 23
Binary 1001010 110 1011010 10010 1011101 0 1000001 100100001 1011000 10011

Color Harmonies of #4A065A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A065A

Black with #4A065A

Text Example


Text Example

White with #4A065A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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