Html Css Color HEX #493453 Scarlet Gum

📋 copy color: '#493453'

red 73 ◦ green 52 ◦ blue 83

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

Shades of Scarlet Gum #493453

Tints of Scarlet Gum #493453

RGB

 RED value IS 73 (28.91% from 255) = 35.1%

 GREEN value IS 52 (20.7% from 255) = 25%

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

R = 35.1%
G = 25%
B = 39.9%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#493453 (or 0x493453) is known color: Scarlet Gum. HEX triplet: 49, 34 and 53. RGB value is (73,52,83). Sum of RGB (Red+Green+Blue) = 73+52+83=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 83 - color contains mainly: blue. Hex color #493453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493453 is #B6CBAC. Grayscale: #3D3D3D. Windows color (decimal): -11979693 or 5452873. OLE color: 5452873.

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

Color convert

RGB 73 52 83 -
CMYK 0.12 0.37 0 0.67
HSL 280.65º 0.23% 0.26% -
HSV(B) 280.65º 0.37% 0.33% -
XYZ 5.54 4.5 8.76 -
YUV 61.81 139.96 135.98 -
System Red Green Blue C M Y K H S L
Decimal 73 52 83 0.12 0.37 0 0.67 280.65 0.23 0.26
Hex 49 34 53 C 25 0 43 119 17 1A
Octal 111 64 123 14 45 0 103 431 27 32
Binary 1001001 110100 1010011 1100 100101 0 1000011 100011001 10111 11010

Color Harmonies of #493453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493453

Black with #493453

Text Example


Text Example

White with #493453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493453; }

 p { color: rgb(73,52,83); }

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

background-color css

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

 a { background-color: rgb(73,52,83); }

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

border-color css

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

 span { border-color: rgb(73,52,83); }

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