Html Css Color HEX #462254 Scarlet Gum

📋 copy color: '#462254'

red 70 ◦ green 34 ◦ blue 84

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

Shades of Scarlet Gum #462254

Tints of Scarlet Gum #462254

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.09%

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

R = 37.23%
G = 18.09%
B = 44.68%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#462254 (or 0x462254) is known color: Scarlet Gum. HEX triplet: 46, 22 and 54. RGB value is (70,34,84). Sum of RGB (Red+Green+Blue) = 70+34+84=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 84 - color contains mainly: blue. Hex color #462254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462254 is #B9DDAB. Grayscale: #323232. Windows color (decimal): -12180908 or 5513798. OLE color: 5513798.

HSL color Cylindrical-coordinate representation of color #462254: hue angle of 283.2º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #462254 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 34 84 -
CMYK 0.17 0.60 0 0.67
HSL 283.2º 0.42% 0.23% -
HSV(B) 283.2º 0.6% 0.33% -
XYZ 4.7 3.09 8.74 -
YUV 50.46 146.93 141.93 -
System Red Green Blue C M Y K H S L
Decimal 70 34 84 0.17 0.60 0 0.67 283.2 0.42 0.23
Hex 46 22 54 11 3C 0 43 11B 2A 17
Octal 106 42 124 21 74 0 103 433 52 27
Binary 1000110 100010 1010100 10001 111100 0 1000011 100011011 101010 10111

Color Harmonies of #462254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462254

Black with #462254

Text Example


Text Example

White with #462254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462254; }

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

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

background-color css

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

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

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

border-color css

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

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

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