Html Css Color HEX #462A59 Scarlet Gum

📋 copy color: '#462A59'

red 70 ◦ green 42 ◦ blue 89

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

Shades of Scarlet Gum #462A59

Tints of Scarlet Gum #462A59

RGB

 RED value IS 70 (27.73% from 255) = 34.83%

 GREEN value IS 42 (16.8% from 255) = 20.9%

 BLUE value IS 89 (35.16% from 255) = 44.28%

R = 34.83%
G = 20.9%
B = 44.28%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#462A59 (or 0x462A59) is known color: Scarlet Gum. HEX triplet: 46, 2A and 59. RGB value is (70,42,89). Sum of RGB (Red+Green+Blue) = 70+42+89=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #462A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462A59 is #B9D5A6. Grayscale: #373737. Windows color (decimal): -12178855 or 5843526. OLE color: 5843526.

HSL color Cylindrical-coordinate representation of color #462A59: hue angle of 275.74º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #462A59 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 42 89 -
CMYK 0.21 0.53 0 0.65
HSL 275.74º 0.36% 0.26% -
HSV(B) 275.74º 0.53% 0.35% -
XYZ 5.16 3.68 9.89 -
YUV 55.73 146.78 138.18 -
System Red Green Blue C M Y K H S L
Decimal 70 42 89 0.21 0.53 0 0.65 275.74 0.36 0.26
Hex 46 2A 59 15 35 0 41 114 24 1A
Octal 106 52 131 25 65 0 101 424 44 32
Binary 1000110 101010 1011001 10101 110101 0 1000001 100010100 100100 11010

Color Harmonies of #462A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462A59

Black with #462A59

Text Example


Text Example

White with #462A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462A59; }

 p { color: rgb(70,42,89); }

 H1.HeaderClassName
 {
   color: #462A59;
 }
 .AnyTagClassName
 {
   color: #462A59;
 }
</style>

background-color css

<style>
 a { background-color: #462A59; }

 a { background-color: rgb(70,42,89); }

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

border-color css

<style>
 span { border-color: #462A59; }

 span { border-color: rgb(70,42,89); }

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