Html Css Color HEX #463053 Scarlet Gum

📋 copy color: '#463053'

red 70 ◦ green 48 ◦ blue 83

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

Shades of Scarlet Gum #463053

Tints of Scarlet Gum #463053

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.88%

 BLUE value IS 83 (32.81% from 255) = 41.29%

R = 34.83%
G = 23.88%
B = 41.29%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#463053 (or 0x463053) is known color: Scarlet Gum. HEX triplet: 46, 30 and 53. RGB value is (70,48,83). Sum of RGB (Red+Green+Blue) = 70+48+83=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 83 - color contains mainly: blue. Hex color #463053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463053 is #B9CFAC. Grayscale: #3A3A3A. Windows color (decimal): -12177325 or 5451846. OLE color: 5451846.

HSL color Cylindrical-coordinate representation of color #463053: hue angle of 277.71º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #463053 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 48 83 -
CMYK 0.16 0.42 0 0.67
HSL 277.71º 0.27% 0.26% -
HSV(B) 277.71º 0.42% 0.33% -
XYZ 5.14 4.04 8.69 -
YUV 58.57 141.79 136.15 -
System Red Green Blue C M Y K H S L
Decimal 70 48 83 0.16 0.42 0 0.67 277.71 0.27 0.26
Hex 46 30 53 10 2A 0 43 116 1B 1A
Octal 106 60 123 20 52 0 103 426 33 32
Binary 1000110 110000 1010011 10000 101010 0 1000011 100010110 11011 11010

Color Harmonies of #463053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463053

Black with #463053

Text Example


Text Example

White with #463053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463053; }

 p { color: rgb(70,48,83); }

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

background-color css

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

 a { background-color: rgb(70,48,83); }

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

border-color css

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

 span { border-color: rgb(70,48,83); }

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