Html Css Color HEX #460454 Scarlet Gum

📋 copy color: '#460454'

red 70 ◦ green 4 ◦ blue 84

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

Shades of Scarlet Gum #460454

Tints of Scarlet Gum #460454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 53.16%

R = 44.3%
G = 2.53%
B = 53.16%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#460454 (or 0x460454) is known color: Scarlet Gum. HEX triplet: 46, 04 and 54. RGB value is (70,4,84). Sum of RGB (Red+Green+Blue) = 70+4+84=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 84 (33.20% from 255 or 53.16% from 158); Max value from RGB is 84 - color contains mainly: blue. Hex color #460454 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460454 is #B9FBAB. Grayscale: #202020. Windows color (decimal): -12188588 or 5506118. OLE color: 5506118.

HSL color Cylindrical-coordinate representation of color #460454: hue angle of 289.5º 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 #460454 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 4 84 -
CMYK 0.17 0.95 0 0.67
HSL 289.5º 0.91% 0.17% -
HSV(B) 289.5º 0.95% 0.33% -
XYZ 4.17 2.03 8.56 -
YUV 32.85 156.87 154.5 -
System Red Green Blue C M Y K H S L
Decimal 70 4 84 0.17 0.95 0 0.67 289.5 0.91 0.17
Hex 46 4 54 11 5F 0 43 122 5B 11
Octal 106 4 124 21 137 0 103 442 133 21
Binary 1000110 100 1010100 10001 1011111 0 1000011 100100010 1011011 10001

Color Harmonies of #460454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460454

Black with #460454

Text Example


Text Example

White with #460454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460454; }

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

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

background-color css

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

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

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

border-color css

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

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

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