Html Css Color HEX #461262 Scarlet Gum

📋 copy color: '#461262'

red 70 ◦ green 18 ◦ blue 98

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

Shades of Scarlet Gum #461262

Tints of Scarlet Gum #461262

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.68%

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

R = 37.63%
G = 9.68%
B = 52.69%

CMYK

 C value IS 0.29

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#461262 (or 0x461262) is known color: Scarlet Gum. HEX triplet: 46, 12 and 62. RGB value is (70,18,98). Sum of RGB (Red+Green+Blue) = 70+18+98=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #461262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461262 is #B9ED9D. Grayscale: #2A2A2A. Windows color (decimal): -12184990 or 6427206. OLE color: 6427206.

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

Color convert

RGB 70 18 98 -
CMYK 0.29 0.82 0 0.62
HSL 279º 0.69% 0.23% -
HSV(B) 279º 0.82% 0.38% -
XYZ 4.95 2.62 11.8 -
YUV 42.67 159.23 147.5 -
System Red Green Blue C M Y K H S L
Decimal 70 18 98 0.29 0.82 0 0.62 279 0.69 0.23
Hex 46 12 62 1D 52 0 3E 117 45 17
Octal 106 22 142 35 122 0 76 427 105 27
Binary 1000110 10010 1100010 11101 1010010 0 111110 100010111 1000101 10111

Color Harmonies of #461262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461262

Black with #461262

Text Example


Text Example

White with #461262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461262; }

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

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

background-color css

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

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

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

border-color css

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

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

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