Html Css Color HEX #461E53 Scarlet Gum

📋 copy color: '#461E53'

red 70 ◦ green 30 ◦ blue 83

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

Shades of Scarlet Gum #461E53

Tints of Scarlet Gum #461E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 45.36%

R = 38.25%
G = 16.39%
B = 45.36%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#461E53 (or 0x461E53) is known color: Scarlet Gum. HEX triplet: 46, 1E and 53. RGB value is (70,30,83). Sum of RGB (Red+Green+Blue) = 70+30+83=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #461E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461E53 is #B9E1AC. Grayscale: #2F2F2F. Windows color (decimal): -12181933 or 5447238. OLE color: 5447238.

HSL color Cylindrical-coordinate representation of color #461E53: hue angle of 285.28º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #461E53 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 30 83 -
CMYK 0.16 0.64 0 0.67
HSL 285.28º 0.47% 0.22% -
HSV(B) 285.28º 0.64% 0.33% -
XYZ 4.55 2.86 8.49 -
YUV 48 147.75 143.69 -
System Red Green Blue C M Y K H S L
Decimal 70 30 83 0.16 0.64 0 0.67 285.28 0.47 0.22
Hex 46 1E 53 10 40 0 43 11D 2F 16
Octal 106 36 123 20 100 0 103 435 57 26
Binary 1000110 11110 1010011 10000 1000000 0 1000011 100011101 101111 10110

Color Harmonies of #461E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461E53

Black with #461E53

Text Example


Text Example

White with #461E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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