Html Css Color HEX #460A5C Scarlet Gum

📋 copy color: '#460A5C'

red 70 ◦ green 10 ◦ blue 92

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

Shades of Scarlet Gum #460A5C

Tints of Scarlet Gum #460A5C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.81%

 BLUE value IS 92 (36.33% from 255) = 53.49%

R = 40.7%
G = 5.81%
B = 53.49%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#460A5C (or 0x460A5C) is known color: Scarlet Gum. HEX triplet: 46, 0A and 5C. RGB value is (70,10,92). Sum of RGB (Red+Green+Blue) = 70+10+92=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 10 (4.30% from 255 or 5.81% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #460A5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460A5C is #B9F5A3. Grayscale: #252525. Windows color (decimal): -12187044 or 6031942. OLE color: 6031942.

HSL color Cylindrical-coordinate representation of color #460A5C: hue angle of 283.9º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #460A5C is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 10 92 -
CMYK 0.24 0.89 0 0.64
HSL 283.9º 0.8% 0.2% -
HSV(B) 283.9º 0.89% 0.36% -
XYZ 4.57 2.29 10.33 -
YUV 37.29 158.88 151.33 -
System Red Green Blue C M Y K H S L
Decimal 70 10 92 0.24 0.89 0 0.64 283.9 0.8 0.2
Hex 46 A 5C 18 59 0 40 11C 50 14
Octal 106 12 134 30 131 0 100 434 120 24
Binary 1000110 1010 1011100 11000 1011001 0 1000000 100011100 1010000 10100

Color Harmonies of #460A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460A5C

Black with #460A5C

Text Example


Text Example

White with #460A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460A5C; }

 p { color: rgb(70,10,92); }

 H1.HeaderClassName
 {
   color: #460A5C;
 }
 .AnyTagClassName
 {
   color: #460A5C;
 }
</style>

background-color css

<style>
 a { background-color: #460A5C; }

 a { background-color: rgb(70,10,92); }

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

border-color css

<style>
 span { border-color: #460A5C; }

 span { border-color: rgb(70,10,92); }

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