Html Css Color HEX #460955 Scarlet Gum

📋 copy color: '#460955'

red 70 ◦ green 9 ◦ blue 85

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

Shades of Scarlet Gum #460955

Tints of Scarlet Gum #460955

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.49%

 BLUE value IS 85 (33.59% from 255) = 51.83%

R = 42.68%
G = 5.49%
B = 51.83%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#460955 (or 0x460955) is known color: Scarlet Gum. HEX triplet: 46, 09 and 55. RGB value is (70,9,85). Sum of RGB (Red+Green+Blue) = 70+9+85=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 85 (33.59% from 255 or 51.83% from 164); Max value from RGB is 85 - color contains mainly: blue. Hex color #460955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460955 is #B9F6AA. Grayscale: #232323. Windows color (decimal): -12187307 or 5572934. OLE color: 5572934.

HSL color Cylindrical-coordinate representation of color #460955: hue angle of 288.16º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #460955 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 9 85 -
CMYK 0.18 0.89 0 0.67
HSL 288.16º 0.81% 0.18% -
HSV(B) 288.16º 0.89% 0.33% -
XYZ 4.26 2.15 8.79 -
YUV 35.9 155.71 152.32 -
System Red Green Blue C M Y K H S L
Decimal 70 9 85 0.18 0.89 0 0.67 288.16 0.81 0.18
Hex 46 9 55 12 59 0 43 120 51 12
Octal 106 11 125 22 131 0 103 440 121 22
Binary 1000110 1001 1010101 10010 1011001 0 1000011 100100000 1010001 10010

Color Harmonies of #460955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460955

Black with #460955

Text Example


Text Example

White with #460955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460955; }

 p { color: rgb(70,9,85); }

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

background-color css

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

 a { background-color: rgb(70,9,85); }

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

border-color css

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

 span { border-color: rgb(70,9,85); }

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