Html Css Color HEX #461862 Scarlet Gum

📋 copy color: '#461862'

red 70 ◦ green 24 ◦ blue 98

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

Shades of Scarlet Gum #461862

Tints of Scarlet Gum #461862

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.5%

 BLUE value IS 98 (38.67% from 255) = 51.04%

R = 36.46%
G = 12.5%
B = 51.04%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#461862 (or 0x461862) is known color: Scarlet Gum. HEX triplet: 46, 18 and 62. RGB value is (70,24,98). Sum of RGB (Red+Green+Blue) = 70+24+98=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #461862 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461862 is #B9E79D. Grayscale: #2D2D2D. Windows color (decimal): -12183454 or 6428742. OLE color: 6428742.

HSL color Cylindrical-coordinate representation of color #461862: hue angle of 277.3º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #461862 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 24 98 -
CMYK 0.29 0.76 0 0.62
HSL 277.3º 0.61% 0.24% -
HSV(B) 277.3º 0.76% 0.38% -
XYZ 5.06 2.84 11.84 -
YUV 46.19 157.24 144.98 -
System Red Green Blue C M Y K H S L
Decimal 70 24 98 0.29 0.76 0 0.62 277.3 0.61 0.24
Hex 46 18 62 1D 4C 0 3E 115 3D 18
Octal 106 30 142 35 114 0 76 425 75 30
Binary 1000110 11000 1100010 11101 1001100 0 111110 100010101 111101 11000

Color Harmonies of #461862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461862

Black with #461862

Text Example


Text Example

White with #461862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461862; }

 p { color: rgb(70,24,98); }

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

background-color css

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

 a { background-color: rgb(70,24,98); }

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

border-color css

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

 span { border-color: rgb(70,24,98); }

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