Html Css Color HEX #462E4F Scarlet Gum

📋 copy color: '#462E4F'

red 70 ◦ green 46 ◦ blue 79

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

Shades of Scarlet Gum #462E4F

Tints of Scarlet Gum #462E4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 40.51%

R = 35.9%
G = 23.59%
B = 40.51%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#462E4F (or 0x462E4F) is known color: Scarlet Gum. HEX triplet: 46, 2E and 4F. RGB value is (70,46,79). Sum of RGB (Red+Green+Blue) = 70+46+79=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 79 - color contains mainly: blue. Hex color #462E4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462E4F is #B9D1B0. Grayscale: #383838. Windows color (decimal): -12177841 or 5189190. OLE color: 5189190.

HSL color Cylindrical-coordinate representation of color #462E4F: hue angle of 283.64º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #462E4F is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 46 79 -
CMYK 0.11 0.42 0 0.69
HSL 283.64º 0.26% 0.25% -
HSV(B) 283.64º 0.42% 0.31% -
XYZ 4.91 3.82 7.88 -
YUV 56.94 140.45 137.32 -
System Red Green Blue C M Y K H S L
Decimal 70 46 79 0.11 0.42 0 0.69 283.64 0.26 0.25
Hex 46 2E 4F B 2A 0 45 11C 1A 19
Octal 106 56 117 13 52 0 105 434 32 31
Binary 1000110 101110 1001111 1011 101010 0 1000101 100011100 11010 11001

Color Harmonies of #462E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462E4F

Black with #462E4F

Text Example


Text Example

White with #462E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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