Html Css Color HEX #462F4E Scarlet Gum

📋 copy color: '#462F4E'

red 70 ◦ green 47 ◦ blue 78

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

Shades of Scarlet Gum #462F4E

Tints of Scarlet Gum #462F4E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.1%

 BLUE value IS 78 (30.86% from 255) = 40%

R = 35.9%
G = 24.1%
B = 40%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#462F4E (or 0x462F4E) is known color: Scarlet Gum. HEX triplet: 46, 2F and 4E. RGB value is (70,47,78). Sum of RGB (Red+Green+Blue) = 70+47+78=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 78 - color contains mainly: blue. Hex color #462F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462F4E is #B9D0B1. Grayscale: #393939. Windows color (decimal): -12177586 or 5123910. OLE color: 5123910.

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

Color convert

RGB 70 47 78 -
CMYK 0.10 0.40 0 0.69
HSL 284.52º 0.25% 0.25% -
HSV(B) 284.52º 0.4% 0.31% -
XYZ 4.92 3.89 7.7 -
YUV 57.41 139.62 136.98 -
System Red Green Blue C M Y K H S L
Decimal 70 47 78 0.10 0.40 0 0.69 284.52 0.25 0.25
Hex 46 2F 4E A 28 0 45 11D 19 19
Octal 106 57 116 12 50 0 105 435 31 31
Binary 1000110 101111 1001110 1010 101000 0 1000101 100011101 11001 11001

Color Harmonies of #462F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462F4E

Black with #462F4E

Text Example


Text Example

White with #462F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,47,78); }

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

background-color css

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

 a { background-color: rgb(70,47,78); }

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

border-color css

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

 span { border-color: rgb(70,47,78); }

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