Html Css Color HEX #462F4D Scarlet Gum

📋 copy color: '#462F4D'

red 70 ◦ green 47 ◦ blue 77

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

Shades of Scarlet Gum #462F4D

Tints of Scarlet Gum #462F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 39.69%

R = 36.08%
G = 24.23%
B = 39.69%

CMYK

 C value IS 0.09

 M value IS 0.39

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#462F4D (or 0x462F4D) is known color: Scarlet Gum. HEX triplet: 46, 2F and 4D. RGB value is (70,47,77). Sum of RGB (Red+Green+Blue) = 70+47+77=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 77 - color contains mainly: blue. Hex color #462F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462F4D is #B9D0B2. Grayscale: #393939. Windows color (decimal): -12177587 or 5058374. OLE color: 5058374.

HSL color Cylindrical-coordinate representation of color #462F4D: hue angle of 286º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #462F4D is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 70 47 77 -
CMYK 0.09 0.39 0 0.70
HSL 286º 0.24% 0.24% -
HSV(B) 286º 0.39% 0.3% -
XYZ 4.88 3.87 7.51 -
YUV 57.3 139.12 137.06 -
System Red Green Blue C M Y K H S L
Decimal 70 47 77 0.09 0.39 0 0.70 286 0.24 0.24
Hex 46 2F 4D 9 27 0 46 11E 18 18
Octal 106 57 115 11 47 0 106 436 30 30
Binary 1000110 101111 1001101 1001 100111 0 1000110 100011110 11000 11000

Color Harmonies of #462F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462F4D

Black with #462F4D

Text Example


Text Example

White with #462F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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