Html Css Color HEX #461463 Scarlet Gum

📋 copy color: '#461463'

red 70 ◦ green 20 ◦ blue 99

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

Shades of Scarlet Gum #461463

Tints of Scarlet Gum #461463

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.58%

 BLUE value IS 99 (39.06% from 255) = 52.38%

R = 37.04%
G = 10.58%
B = 52.38%

CMYK

 C value IS 0.29

 M value IS 0.80

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#461463 (or 0x461463) is known color: Scarlet Gum. HEX triplet: 46, 14 and 63. RGB value is (70,20,99). Sum of RGB (Red+Green+Blue) = 70+20+99=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #461463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461463 is #B9EB9C. Grayscale: #2B2B2B. Windows color (decimal): -12184477 or 6493254. OLE color: 6493254.

HSL color Cylindrical-coordinate representation of color #461463: hue angle of 277.97º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #461463 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 20 99 -
CMYK 0.29 0.80 0 0.61
HSL 277.97º 0.66% 0.23% -
HSV(B) 277.97º 0.8% 0.39% -
XYZ 5.03 2.7 12.06 -
YUV 43.96 159.07 146.58 -
System Red Green Blue C M Y K H S L
Decimal 70 20 99 0.29 0.80 0 0.61 277.97 0.66 0.23
Hex 46 14 63 1D 50 0 3D 116 42 17
Octal 106 24 143 35 120 0 75 426 102 27
Binary 1000110 10100 1100011 11101 1010000 0 111101 100010110 1000010 10111

Color Harmonies of #461463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461463

Black with #461463

Text Example


Text Example

White with #461463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461463; }

 p { color: rgb(70,20,99); }

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

background-color css

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

 a { background-color: rgb(70,20,99); }

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

border-color css

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

 span { border-color: rgb(70,20,99); }

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