Html Css Color HEX #461254 Scarlet Gum

📋 copy color: '#461254'

red 70 ◦ green 18 ◦ blue 84

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

Shades of Scarlet Gum #461254

Tints of Scarlet Gum #461254

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.47%

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

R = 40.7%
G = 10.47%
B = 48.84%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#461254 (or 0x461254) is known color: Scarlet Gum. HEX triplet: 46, 12 and 54. RGB value is (70,18,84). Sum of RGB (Red+Green+Blue) = 70+18+84=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 84 (33.20% from 255 or 48.84% from 172); Max value from RGB is 84 - color contains mainly: blue. Hex color #461254 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461254 is #B9EDAB. Grayscale: #282828. Windows color (decimal): -12185004 or 5509702. OLE color: 5509702.

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

Color convert

RGB 70 18 84 -
CMYK 0.17 0.79 0 0.67
HSL 287.27º 0.65% 0.2% -
HSV(B) 287.27º 0.79% 0.33% -
XYZ 4.34 2.37 8.62 -
YUV 41.07 152.23 148.63 -
System Red Green Blue C M Y K H S L
Decimal 70 18 84 0.17 0.79 0 0.67 287.27 0.65 0.2
Hex 46 12 54 11 4F 0 43 11F 41 14
Octal 106 22 124 21 117 0 103 437 101 24
Binary 1000110 10010 1010100 10001 1001111 0 1000011 100011111 1000001 10100

Color Harmonies of #461254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461254

Black with #461254

Text Example


Text Example

White with #461254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461254; }

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

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

background-color css

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

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

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

border-color css

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

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

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