Html Css Color HEX #462D5C Scarlet Gum

📋 copy color: '#462D5C'

red 70 ◦ green 45 ◦ blue 92

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

Shades of Scarlet Gum #462D5C

Tints of Scarlet Gum #462D5C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.74%

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

R = 33.82%
G = 21.74%
B = 44.44%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#462D5C (or 0x462D5C) is known color: Scarlet Gum. HEX triplet: 46, 2D and 5C. RGB value is (70,45,92). Sum of RGB (Red+Green+Blue) = 70+45+92=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 92 - color contains mainly: blue. Hex color #462D5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462D5C is #B9D2A3. Grayscale: #393939. Windows color (decimal): -12178084 or 6040902. OLE color: 6040902.

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

Color convert

RGB 70 45 92 -
CMYK 0.24 0.51 0 0.64
HSL 271.91º 0.34% 0.27% -
HSV(B) 271.91º 0.51% 0.36% -
XYZ 5.4 3.95 10.6 -
YUV 57.83 147.28 136.68 -
System Red Green Blue C M Y K H S L
Decimal 70 45 92 0.24 0.51 0 0.64 271.91 0.34 0.27
Hex 46 2D 5C 18 33 0 40 110 22 1B
Octal 106 55 134 30 63 0 100 420 42 33
Binary 1000110 101101 1011100 11000 110011 0 1000000 100010000 100010 11011

Color Harmonies of #462D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462D5C

Black with #462D5C

Text Example


Text Example

White with #462D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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