Html Css Color HEX #463054 Scarlet Gum

📋 copy color: '#463054'

red 70 ◦ green 48 ◦ blue 84

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

Shades of Scarlet Gum #463054

Tints of Scarlet Gum #463054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 41.58%

R = 34.65%
G = 23.76%
B = 41.58%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#463054 (or 0x463054) is known color: Scarlet Gum. HEX triplet: 46, 30 and 54. RGB value is (70,48,84). Sum of RGB (Red+Green+Blue) = 70+48+84=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 84 (33.20% from 255 or 41.58% from 202); Max value from RGB is 84 - color contains mainly: blue. Hex color #463054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463054 is #B9CFAB. Grayscale: #3A3A3A. Windows color (decimal): -12177324 or 5517382. OLE color: 5517382.

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

Color convert

RGB 70 48 84 -
CMYK 0.17 0.43 0 0.67
HSL 276.67º 0.27% 0.26% -
HSV(B) 276.67º 0.43% 0.33% -
XYZ 5.18 4.06 8.9 -
YUV 58.68 142.29 136.07 -
System Red Green Blue C M Y K H S L
Decimal 70 48 84 0.17 0.43 0 0.67 276.67 0.27 0.26
Hex 46 30 54 11 2B 0 43 115 1B 1A
Octal 106 60 124 21 53 0 103 425 33 32
Binary 1000110 110000 1010100 10001 101011 0 1000011 100010101 11011 11010

Color Harmonies of #463054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463054

Black with #463054

Text Example


Text Example

White with #463054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463054; }

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

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

background-color css

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

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

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

border-color css

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

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

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