Html Css Color HEX #461E5E Scarlet Gum

📋 copy color: '#461E5E'

red 70 ◦ green 30 ◦ blue 94

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

Shades of Scarlet Gum #461E5E

Tints of Scarlet Gum #461E5E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.46%

 BLUE value IS 94 (37.11% from 255) = 48.45%

R = 36.08%
G = 15.46%
B = 48.45%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#461E5E (or 0x461E5E) is known color: Scarlet Gum. HEX triplet: 46, 1E and 5E. RGB value is (70,30,94). Sum of RGB (Red+Green+Blue) = 70+30+94=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 94 - color contains mainly: blue. Hex color #461E5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461E5E is #B9E1A1. Grayscale: #313131. Windows color (decimal): -12181922 or 6168134. OLE color: 6168134.

HSL color Cylindrical-coordinate representation of color #461E5E: hue angle of 277.5º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #461E5E is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 30 94 -
CMYK 0.26 0.68 0 0.63
HSL 277.5º 0.52% 0.24% -
HSV(B) 277.5º 0.68% 0.37% -
XYZ 5.01 3.04 10.91 -
YUV 49.26 153.25 142.8 -
System Red Green Blue C M Y K H S L
Decimal 70 30 94 0.26 0.68 0 0.63 277.5 0.52 0.24
Hex 46 1E 5E 1A 44 0 3F 116 34 18
Octal 106 36 136 32 104 0 77 426 64 30
Binary 1000110 11110 1011110 11010 1000100 0 111111 100010110 110100 11000

Color Harmonies of #461E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461E5E

Black with #461E5E

Text Example


Text Example

White with #461E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461E5E; }

 p { color: rgb(70,30,94); }

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

background-color css

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

 a { background-color: rgb(70,30,94); }

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

border-color css

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

 span { border-color: rgb(70,30,94); }

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