Html Css Color HEX #462063 Scarlet Gum

📋 copy color: '#462063'

red 70 ◦ green 32 ◦ blue 99

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

Shades of Scarlet Gum #462063

Tints of Scarlet Gum #462063

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.92%

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

R = 34.83%
G = 15.92%
B = 49.25%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#462063 (or 0x462063) is known color: Scarlet Gum. HEX triplet: 46, 20 and 63. RGB value is (70,32,99). Sum of RGB (Red+Green+Blue) = 70+32+99=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #462063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462063 is #B9DF9C. Grayscale: #323232. Windows color (decimal): -12181405 or 6496326. OLE color: 6496326.

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

Color convert

RGB 70 32 99 -
CMYK 0.29 0.68 0 0.61
HSL 274.03º 0.51% 0.26% -
HSV(B) 274.03º 0.68% 0.39% -
XYZ 5.29 3.24 12.15 -
YUV 51 155.09 141.55 -
System Red Green Blue C M Y K H S L
Decimal 70 32 99 0.29 0.68 0 0.61 274.03 0.51 0.26
Hex 46 20 63 1D 44 0 3D 112 33 1A
Octal 106 40 143 35 104 0 75 422 63 32
Binary 1000110 100000 1100011 11101 1000100 0 111101 100010010 110011 11010

Color Harmonies of #462063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462063

Black with #462063

Text Example


Text Example

White with #462063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462063; }

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

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

background-color css

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

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

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

border-color css

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

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

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