Html Css Color HEX #462B5C Scarlet Gum

📋 copy color: '#462B5C'

red 70 ◦ green 43 ◦ blue 92

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

Shades of Scarlet Gum #462B5C

Tints of Scarlet Gum #462B5C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.98%

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

R = 34.15%
G = 20.98%
B = 44.88%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#462B5C (or 0x462B5C) is known color: Scarlet Gum. HEX triplet: 46, 2B and 5C. RGB value is (70,43,92). Sum of RGB (Red+Green+Blue) = 70+43+92=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #462B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462B5C is #B9D4A3. Grayscale: #383838. Windows color (decimal): -12178596 or 6040390. OLE color: 6040390.

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

Color convert

RGB 70 43 92 -
CMYK 0.24 0.53 0 0.64
HSL 273.06º 0.36% 0.26% -
HSV(B) 273.06º 0.53% 0.36% -
XYZ 5.32 3.8 10.58 -
YUV 56.66 147.95 137.52 -
System Red Green Blue C M Y K H S L
Decimal 70 43 92 0.24 0.53 0 0.64 273.06 0.36 0.26
Hex 46 2B 5C 18 35 0 40 111 24 1A
Octal 106 53 134 30 65 0 100 421 44 32
Binary 1000110 101011 1011100 11000 110101 0 1000000 100010001 100100 11010

Color Harmonies of #462B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462B5C

Black with #462B5C

Text Example


Text Example

White with #462B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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