Html Css Color HEX #461A5C Scarlet Gum

📋 copy color: '#461A5C'

red 70 ◦ green 26 ◦ blue 92

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

Shades of Scarlet Gum #461A5C

Tints of Scarlet Gum #461A5C

RGB

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

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

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

R = 37.23%
G = 13.83%
B = 48.94%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#461A5C (or 0x461A5C) is known color: Scarlet Gum. HEX triplet: 46, 1A and 5C. RGB value is (70,26,92). Sum of RGB (Red+Green+Blue) = 70+26+92=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 92 (36.33% from 255 or 48.94% from 188); Max value from RGB is 92 - color contains mainly: blue. Hex color #461A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461A5C is #B9E5A3. Grayscale: #2E2E2E. Windows color (decimal): -12182948 or 6036038. OLE color: 6036038.

HSL color Cylindrical-coordinate representation of color #461A5C: hue angle of 280º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #461A5C is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 26 92 -
CMYK 0.24 0.72 0 0.64
HSL 280º 0.56% 0.23% -
HSV(B) 280º 0.72% 0.36% -
XYZ 4.83 2.81 10.41 -
YUV 46.68 153.58 144.63 -
System Red Green Blue C M Y K H S L
Decimal 70 26 92 0.24 0.72 0 0.64 280 0.56 0.23
Hex 46 1A 5C 18 48 0 40 118 38 17
Octal 106 32 134 30 110 0 100 430 70 27
Binary 1000110 11010 1011100 11000 1001000 0 1000000 100011000 111000 10111

Color Harmonies of #461A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461A5C

Black with #461A5C

Text Example


Text Example

White with #461A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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