Html Css Color HEX #462C5C Scarlet Gum

📋 copy color: '#462C5C'

red 70 ◦ green 44 ◦ blue 92

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

Shades of Scarlet Gum #462C5C

Tints of Scarlet Gum #462C5C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.36%

 BLUE value IS 92 (36.33% from 255) = 44.66%

R = 33.98%
G = 21.36%
B = 44.66%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#462C5C (or 0x462C5C) is known color: Scarlet Gum. HEX triplet: 46, 2C and 5C. RGB value is (70,44,92). Sum of RGB (Red+Green+Blue) = 70+44+92=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 92 - color contains mainly: blue. Hex color #462C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462C5C is #B9D3A3. Grayscale: #393939. Windows color (decimal): -12178340 or 6040646. OLE color: 6040646.

HSL color Cylindrical-coordinate representation of color #462C5C: hue angle of 272.5º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #462C5C is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 44 92 -
CMYK 0.24 0.52 0 0.64
HSL 272.5º 0.35% 0.27% -
HSV(B) 272.5º 0.52% 0.36% -
XYZ 5.36 3.88 10.59 -
YUV 57.25 147.61 137.1 -
System Red Green Blue C M Y K H S L
Decimal 70 44 92 0.24 0.52 0 0.64 272.5 0.35 0.27
Hex 46 2C 5C 18 34 0 40 110 23 1B
Octal 106 54 134 30 64 0 100 420 43 33
Binary 1000110 101100 1011100 11000 110100 0 1000000 100010000 100011 11011

Color Harmonies of #462C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462C5C

Black with #462C5C

Text Example


Text Example

White with #462C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462C5C; }

 p { color: rgb(70,44,92); }

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

background-color css

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

 a { background-color: rgb(70,44,92); }

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

border-color css

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

 span { border-color: rgb(70,44,92); }

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