Html Css Color HEX #493DBE Free Speech Blue

📋 copy color: '#493DBE'

red 73 ◦ green 61 ◦ blue 190

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

Shades of Free Speech Blue #493DBE

Tints of Free Speech Blue #493DBE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.83%

 BLUE value IS 190 (74.61% from 255) = 58.64%

R = 22.53%
G = 18.83%
B = 58.64%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#493DBE (or 0x493DBE) is known color: Free Speech Blue. HEX triplet: 49, 3D and BE. RGB value is (73,61,190). Sum of RGB (Red+Green+Blue) = 73+61+190=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #493DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493DBE is #B6C241. Grayscale: #4E4E4E. Windows color (decimal): -11977282 or 12467529. OLE color: 12467529.

HSL color Cylindrical-coordinate representation of color #493DBE: hue angle of 245.58º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #493DBE is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 61 190 -
CMYK 0.62 0.68 0 0.25
HSL 245.58º 0.51% 0.49% -
HSV(B) 245.58º 0.68% 0.75% -
XYZ 13.71 8.47 49.63 -
YUV 79.29 190.48 123.51 -
System Red Green Blue C M Y K H S L
Decimal 73 61 190 0.62 0.68 0 0.25 245.58 0.51 0.49
Hex 49 3D BE 3E 44 0 19 F6 33 31
Octal 111 75 276 76 104 0 31 366 63 61
Binary 1001001 111101 10111110 111110 1000100 0 11001 11110110 110011 110001

Color Harmonies of #493DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493DBE

Black with #493DBE

Text Example


Text Example

White with #493DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,61,190); }

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

background-color css

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

 a { background-color: rgb(73,61,190); }

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

border-color css

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

 span { border-color: rgb(73,61,190); }

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