Html Css Color HEX #460455 Scarlet Gum

📋 copy color: '#460455'

red 70 ◦ green 4 ◦ blue 85

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

Shades of Scarlet Gum #460455

Tints of Scarlet Gum #460455

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.52%

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

R = 44.03%
G = 2.52%
B = 53.46%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#460455 (or 0x460455) is known color: Scarlet Gum. HEX triplet: 46, 04 and 55. RGB value is (70,4,85). Sum of RGB (Red+Green+Blue) = 70+4+85=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #460455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460455 is #B9FBAA. Grayscale: #202020. Windows color (decimal): -12188587 or 5571654. OLE color: 5571654.

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

Color convert

RGB 70 4 85 -
CMYK 0.18 0.95 0 0.67
HSL 288.89º 0.91% 0.17% -
HSV(B) 288.89º 0.95% 0.33% -
XYZ 4.21 2.04 8.77 -
YUV 32.97 157.37 154.41 -
System Red Green Blue C M Y K H S L
Decimal 70 4 85 0.18 0.95 0 0.67 288.89 0.91 0.17
Hex 46 4 55 12 5F 0 43 121 5B 11
Octal 106 4 125 22 137 0 103 441 133 21
Binary 1000110 100 1010101 10010 1011111 0 1000011 100100001 1011011 10001

Color Harmonies of #460455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460455

Black with #460455

Text Example


Text Example

White with #460455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460455; }

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

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

background-color css

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

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

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

border-color css

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

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

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