Html Css Color HEX #493DBF Free Speech Blue

📋 copy color: '#493DBF'

red 73 ◦ green 61 ◦ blue 191

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

Shades of Free Speech Blue #493DBF

Tints of Free Speech Blue #493DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 58.77%

R = 22.46%
G = 18.77%
B = 58.77%

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

#493DBF (or 0x493DBF) is known color: Free Speech Blue. HEX triplet: 49, 3D and BF. RGB value is (73,61,191). Sum of RGB (Red+Green+Blue) = 73+61+191=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 191 (75% from 255 or 58.77% from 325); Max value from RGB is 191 - color contains mainly: blue. Hex color #493DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493DBF is #B6C240. Grayscale: #4E4E4E. Windows color (decimal): -11977281 or 12533065. OLE color: 12533065.

HSL color Cylindrical-coordinate representation of color #493DBF: hue angle of 245.54º degrees, saturation: 0.52, 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 #493DBF is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 61 191 -
CMYK 0.62 0.68 0 0.25
HSL 245.54º 0.52% 0.49% -
HSV(B) 245.54º 0.68% 0.75% -
XYZ 13.82 8.52 50.21 -
YUV 79.41 190.98 123.43 -
System Red Green Blue C M Y K H S L
Decimal 73 61 191 0.62 0.68 0 0.25 245.54 0.52 0.49
Hex 49 3D BF 3E 44 0 19 F6 34 31
Octal 111 75 277 76 104 0 31 366 64 61
Binary 1001001 111101 10111111 111110 1000100 0 11001 11110110 110100 110001

Color Harmonies of #493DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493DBF

Black with #493DBF

Text Example


Text Example

White with #493DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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