Html Css Color HEX #461A54 Scarlet Gum

📋 copy color: '#461A54'

red 70 ◦ green 26 ◦ blue 84

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

Shades of Scarlet Gum #461A54

Tints of Scarlet Gum #461A54

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.44%

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

R = 38.89%
G = 14.44%
B = 46.67%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#461A54 (or 0x461A54) is known color: Scarlet Gum. HEX triplet: 46, 1A and 54. RGB value is (70,26,84). Sum of RGB (Red+Green+Blue) = 70+26+84=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 26 (10.55% from 255 or 14.44% from 180); Blue value is 84 (33.20% from 255 or 46.67% from 180); Max value from RGB is 84 - color contains mainly: blue. Hex color #461A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461A54 is #B9E5AB. Grayscale: #2D2D2D. Windows color (decimal): -12182956 or 5511750. OLE color: 5511750.

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

Color convert

RGB 70 26 84 -
CMYK 0.17 0.69 0 0.67
HSL 285.52º 0.53% 0.22% -
HSV(B) 285.52º 0.69% 0.33% -
XYZ 4.5 2.68 8.67 -
YUV 45.77 149.58 145.28 -
System Red Green Blue C M Y K H S L
Decimal 70 26 84 0.17 0.69 0 0.67 285.52 0.53 0.22
Hex 46 1A 54 11 45 0 43 11E 35 16
Octal 106 32 124 21 105 0 103 436 65 26
Binary 1000110 11010 1010100 10001 1000101 0 1000011 100011110 110101 10110

Color Harmonies of #461A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461A54

Black with #461A54

Text Example


Text Example

White with #461A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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