Html Css Color HEX #462363 Scarlet Gum

📋 copy color: '#462363'

red 70 ◦ green 35 ◦ blue 99

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

Shades of Scarlet Gum #462363

Tints of Scarlet Gum #462363

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.16%

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

R = 34.31%
G = 17.16%
B = 48.53%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#462363 (or 0x462363) is known color: Scarlet Gum. HEX triplet: 46, 23 and 63. RGB value is (70,35,99). Sum of RGB (Red+Green+Blue) = 70+35+99=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #462363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462363 is #B9DC9C. Grayscale: #343434. Windows color (decimal): -12180637 or 6497094. OLE color: 6497094.

HSL color Cylindrical-coordinate representation of color #462363: hue angle of 272.81º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #462363 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 35 99 -
CMYK 0.29 0.65 0 0.61
HSL 272.81º 0.48% 0.26% -
HSV(B) 272.81º 0.65% 0.39% -
XYZ 5.38 3.41 12.18 -
YUV 52.76 154.1 140.3 -
System Red Green Blue C M Y K H S L
Decimal 70 35 99 0.29 0.65 0 0.61 272.81 0.48 0.26
Hex 46 23 63 1D 41 0 3D 111 30 1A
Octal 106 43 143 35 101 0 75 421 60 32
Binary 1000110 100011 1100011 11101 1000001 0 111101 100010001 110000 11010

Color Harmonies of #462363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462363

Black with #462363

Text Example


Text Example

White with #462363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462363; }

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

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

background-color css

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

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

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

border-color css

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

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

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