Html Css Color HEX #461C5A Scarlet Gum

📋 copy color: '#461C5A'

red 70 ◦ green 28 ◦ blue 90

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

Shades of Scarlet Gum #461C5A

Tints of Scarlet Gum #461C5A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.89%

 BLUE value IS 90 (35.55% from 255) = 47.87%

R = 37.23%
G = 14.89%
B = 47.87%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#461C5A (or 0x461C5A) is known color: Scarlet Gum. HEX triplet: 46, 1C and 5A. RGB value is (70,28,90). Sum of RGB (Red+Green+Blue) = 70+28+90=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #461C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461C5A is #B9E3A5. Grayscale: #2F2F2F. Windows color (decimal): -12182438 or 5905478. OLE color: 5905478.

HSL color Cylindrical-coordinate representation of color #461C5A: hue angle of 280.65º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #461C5A is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 28 90 -
CMYK 0.22 0.69 0 0.65
HSL 280.65º 0.53% 0.23% -
HSV(B) 280.65º 0.69% 0.35% -
XYZ 4.79 2.87 9.97 -
YUV 47.63 151.91 143.96 -
System Red Green Blue C M Y K H S L
Decimal 70 28 90 0.22 0.69 0 0.65 280.65 0.53 0.23
Hex 46 1C 5A 16 45 0 41 119 35 17
Octal 106 34 132 26 105 0 101 431 65 27
Binary 1000110 11100 1011010 10110 1000101 0 1000001 100011001 110101 10111

Color Harmonies of #461C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461C5A

Black with #461C5A

Text Example


Text Example

White with #461C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,28,90); }

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

background-color css

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

 a { background-color: rgb(70,28,90); }

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

border-color css

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

 span { border-color: rgb(70,28,90); }

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