Html Css Color HEX #462062 Scarlet Gum

📋 copy color: '#462062'

red 70 ◦ green 32 ◦ blue 98

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

Shades of Scarlet Gum #462062

Tints of Scarlet Gum #462062

RGB

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

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

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

R = 35%
G = 16%
B = 49%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#462062 (or 0x462062) is known color: Scarlet Gum. HEX triplet: 46, 20 and 62. RGB value is (70,32,98). Sum of RGB (Red+Green+Blue) = 70+32+98=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 98 - color contains mainly: blue. Hex color #462062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462062 is #B9DF9D. Grayscale: #323232. Windows color (decimal): -12181406 or 6430790. OLE color: 6430790.

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

Color convert

RGB 70 32 98 -
CMYK 0.29 0.67 0 0.62
HSL 274.55º 0.51% 0.25% -
HSV(B) 274.55º 0.67% 0.38% -
XYZ 5.25 3.22 11.9 -
YUV 50.89 154.59 141.63 -
System Red Green Blue C M Y K H S L
Decimal 70 32 98 0.29 0.67 0 0.62 274.55 0.51 0.25
Hex 46 20 62 1D 43 0 3E 113 33 19
Octal 106 40 142 35 103 0 76 423 63 31
Binary 1000110 100000 1100010 11101 1000011 0 111110 100010011 110011 11001

Color Harmonies of #462062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462062

Black with #462062

Text Example


Text Example

White with #462062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462062; }

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

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

background-color css

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

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

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

border-color css

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

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

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