Html Css Color HEX #463253 Scarlet Gum

📋 copy color: '#463253'

red 70 ◦ green 50 ◦ blue 83

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

Shades of Scarlet Gum #463253

Tints of Scarlet Gum #463253

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.63%

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

R = 34.48%
G = 24.63%
B = 40.89%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#463253 (or 0x463253) is known color: Scarlet Gum. HEX triplet: 46, 32 and 53. RGB value is (70,50,83). Sum of RGB (Red+Green+Blue) = 70+50+83=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 83 - color contains mainly: blue. Hex color #463253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463253 is #B9CDAC. Grayscale: #3B3B3B. Windows color (decimal): -12176813 or 5452358. OLE color: 5452358.

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

Color convert

RGB 70 50 83 -
CMYK 0.16 0.40 0 0.67
HSL 276.36º 0.25% 0.26% -
HSV(B) 276.36º 0.4% 0.33% -
XYZ 5.23 4.21 8.72 -
YUV 59.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 70 50 83 0.16 0.40 0 0.67 276.36 0.25 0.26
Hex 46 32 53 10 28 0 43 114 19 1A
Octal 106 62 123 20 50 0 103 424 31 32
Binary 1000110 110010 1010011 10000 101000 0 1000011 100010100 11001 11010

Color Harmonies of #463253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463253

Black with #463253

Text Example


Text Example

White with #463253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463253; }

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

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

background-color css

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

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

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

border-color css

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

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

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