Html Css Color HEX #493ED1 Free Speech Blue

📋 copy color: '#493ED1'

red 73 ◦ green 62 ◦ blue 209

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

Shades of Free Speech Blue #493ED1

Tints of Free Speech Blue #493ED1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.02%

 BLUE value IS 209 (82.03% from 255) = 60.76%

R = 21.22%
G = 18.02%
B = 60.76%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#493ED1 (or 0x493ED1) is known color: Free Speech Blue. HEX triplet: 49, 3E and D1. RGB value is (73,62,209). Sum of RGB (Red+Green+Blue) = 73+62+209=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 209 (82.03% from 255 or 60.76% from 344); Max value from RGB is 209 - color contains mainly: blue. Hex color #493ED1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493ED1 is #B6C12E. Grayscale: #515151. Windows color (decimal): -11977007 or 13712969. OLE color: 13712969.

HSL color Cylindrical-coordinate representation of color #493ED1: hue angle of 244.49º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #493ED1 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 62 209 -
CMYK 0.65 0.70 0 0.18
HSL 244.49º 0.62% 0.53% -
HSV(B) 244.49º 0.7% 0.82% -
XYZ 15.98 9.47 61.31 -
YUV 82.05 199.64 121.55 -
System Red Green Blue C M Y K H S L
Decimal 73 62 209 0.65 0.70 0 0.18 244.49 0.62 0.53
Hex 49 3E D1 41 46 0 12 F4 3E 35
Octal 111 76 321 101 106 0 22 364 76 65
Binary 1001001 111110 11010001 1000001 1000110 0 10010 11110100 111110 110101

Color Harmonies of #493ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493ED1

Black with #493ED1

Text Example


Text Example

White with #493ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493ED1; }

 p { color: rgb(73,62,209); }

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

background-color css

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

 a { background-color: rgb(73,62,209); }

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

border-color css

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

 span { border-color: rgb(73,62,209); }

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