Html Css Color HEX #46225C Scarlet Gum

📋 copy color: '#46225C'

red 70 ◦ green 34 ◦ blue 92

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

Shades of Scarlet Gum #46225C

Tints of Scarlet Gum #46225C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 46.94%

R = 35.71%
G = 17.35%
B = 46.94%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46225C (or 0x46225C) is known color: Scarlet Gum. HEX triplet: 46, 22 and 5C. RGB value is (70,34,92). Sum of RGB (Red+Green+Blue) = 70+34+92=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #46225C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46225C is #B9DDA3. Grayscale: #333333. Windows color (decimal): -12180900 or 6038086. OLE color: 6038086.

HSL color Cylindrical-coordinate representation of color #46225C: hue angle of 277.24º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46225C is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 34 92 -
CMYK 0.24 0.63 0 0.64
HSL 277.24º 0.46% 0.25% -
HSV(B) 277.24º 0.63% 0.36% -
XYZ 5.03 3.22 10.48 -
YUV 51.38 150.93 141.28 -
System Red Green Blue C M Y K H S L
Decimal 70 34 92 0.24 0.63 0 0.64 277.24 0.46 0.25
Hex 46 22 5C 18 3F 0 40 115 2E 19
Octal 106 42 134 30 77 0 100 425 56 31
Binary 1000110 100010 1011100 11000 111111 0 1000000 100010101 101110 11001

Color Harmonies of #46225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46225C

Black with #46225C

Text Example


Text Example

White with #46225C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46225C; }

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

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

background-color css

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

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

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

border-color css

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

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

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