Html Css Color HEX #493ED2 Free Speech Blue

📋 copy color: '#493ED2'

red 73 ◦ green 62 ◦ blue 210

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

Shades of Free Speech Blue #493ED2

Tints of Free Speech Blue #493ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 60.87%

R = 21.16%
G = 17.97%
B = 60.87%

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

#493ED2 (or 0x493ED2) is known color: Free Speech Blue. HEX triplet: 49, 3E and D2. RGB value is (73,62,210). Sum of RGB (Red+Green+Blue) = 73+62+210=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 210 (82.42% from 255 or 60.87% from 345); Max value from RGB is 210 - color contains mainly: blue. Hex color #493ED2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493ED2 is #B6C12D. Grayscale: #515151. Windows color (decimal): -11977006 or 13778505. OLE color: 13778505.

HSL color Cylindrical-coordinate representation of color #493ED2: hue angle of 244.46º 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 #493ED2 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 62 210 -
CMYK 0.65 0.70 0 0.18
HSL 244.46º 0.62% 0.53% -
HSV(B) 244.46º 0.7% 0.82% -
XYZ 16.1 9.51 61.96 -
YUV 82.16 200.14 121.47 -
System Red Green Blue C M Y K H S L
Decimal 73 62 210 0.65 0.70 0 0.18 244.46 0.62 0.53
Hex 49 3E D2 41 46 0 12 F4 3E 35
Octal 111 76 322 101 106 0 22 364 76 65
Binary 1001001 111110 11010010 1000001 1000110 0 10010 11110100 111110 110101

Color Harmonies of #493ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493ED2

Black with #493ED2

Text Example


Text Example

White with #493ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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