Html Css Color HEX #493EC5 Free Speech Blue

📋 copy color: '#493EC5'

red 73 ◦ green 62 ◦ blue 197

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

Shades of Free Speech Blue #493EC5

Tints of Free Speech Blue #493EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 59.34%

R = 21.99%
G = 18.67%
B = 59.34%

CMYK

 C value IS 0.63

 M value IS 0.69

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#493EC5 (or 0x493EC5) is known color: Free Speech Blue. HEX triplet: 49, 3E and C5. RGB value is (73,62,197). Sum of RGB (Red+Green+Blue) = 73+62+197=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 197 (77.34% from 255 or 59.34% from 332); Max value from RGB is 197 - color contains mainly: blue. Hex color #493EC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493EC5 is #B6C13A. Grayscale: #505050. Windows color (decimal): -11977019 or 12926537. OLE color: 12926537.

HSL color Cylindrical-coordinate representation of color #493EC5: hue angle of 244.89º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #493EC5 is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 73 62 197 -
CMYK 0.63 0.69 0 0.23
HSL 244.89º 0.54% 0.51% -
HSV(B) 244.89º 0.69% 0.77% -
XYZ 14.55 8.89 53.77 -
YUV 80.68 193.64 122.52 -
System Red Green Blue C M Y K H S L
Decimal 73 62 197 0.63 0.69 0 0.23 244.89 0.54 0.51
Hex 49 3E C5 3F 45 0 17 F5 36 33
Octal 111 76 305 77 105 0 27 365 66 63
Binary 1001001 111110 11000101 111111 1000101 0 10111 11110101 110110 110011

Color Harmonies of #493EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493EC5

Black with #493EC5

Text Example


Text Example

White with #493EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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