Html Css Color HEX #462E5F Scarlet Gum

📋 copy color: '#462E5F'

red 70 ◦ green 46 ◦ blue 95

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

Shades of Scarlet Gum #462E5F

Tints of Scarlet Gum #462E5F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.8%

 BLUE value IS 95 (37.5% from 255) = 45.02%

R = 33.18%
G = 21.8%
B = 45.02%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#462E5F (or 0x462E5F) is known color: Scarlet Gum. HEX triplet: 46, 2E and 5F. RGB value is (70,46,95). Sum of RGB (Red+Green+Blue) = 70+46+95=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #462E5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462E5F is #B9D1A0. Grayscale: #3A3A3A. Windows color (decimal): -12177825 or 6237766. OLE color: 6237766.

HSL color Cylindrical-coordinate representation of color #462E5F: hue angle of 269.39º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #462E5F is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 46 95 -
CMYK 0.26 0.52 0 0.63
HSL 269.39º 0.35% 0.28% -
HSV(B) 269.39º 0.52% 0.37% -
XYZ 5.57 4.08 11.32 -
YUV 58.76 148.45 136.02 -
System Red Green Blue C M Y K H S L
Decimal 70 46 95 0.26 0.52 0 0.63 269.39 0.35 0.28
Hex 46 2E 5F 1A 34 0 3F 10D 23 1C
Octal 106 56 137 32 64 0 77 415 43 34
Binary 1000110 101110 1011111 11010 110100 0 111111 100001101 100011 11100

Color Harmonies of #462E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462E5F

Black with #462E5F

Text Example


Text Example

White with #462E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,46,95); }

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

background-color css

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

 a { background-color: rgb(70,46,95); }

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

border-color css

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

 span { border-color: rgb(70,46,95); }

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