Html Css Color HEX #493FBA Free Speech Blue

📋 copy color: '#493FBA'

red 73 ◦ green 63 ◦ blue 186

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

Shades of Free Speech Blue #493FBA

Tints of Free Speech Blue #493FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 19.57%

 BLUE value IS 186 (73.05% from 255) = 57.76%

R = 22.67%
G = 19.57%
B = 57.76%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#493FBA (or 0x493FBA) is known color: Free Speech Blue. HEX triplet: 49, 3F and BA. RGB value is (73,63,186). Sum of RGB (Red+Green+Blue) = 73+63+186=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #493FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493FBA is #B6C045. Grayscale: #4F4F4F. Windows color (decimal): -11976774 or 12205897. OLE color: 12205897.

HSL color Cylindrical-coordinate representation of color #493FBA: hue angle of 244.88º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #493FBA is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 63 186 -
CMYK 0.61 0.66 0 0.27
HSL 244.88º 0.49% 0.49% -
HSV(B) 244.88º 0.66% 0.73% -
XYZ 13.39 8.52 47.39 -
YUV 80.01 187.81 123 -
System Red Green Blue C M Y K H S L
Decimal 73 63 186 0.61 0.66 0 0.27 244.88 0.49 0.49
Hex 49 3F BA 3D 42 0 1B F5 31 31
Octal 111 77 272 75 102 0 33 365 61 61
Binary 1001001 111111 10111010 111101 1000010 0 11011 11110101 110001 110001

Color Harmonies of #493FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493FBA

Black with #493FBA

Text Example


Text Example

White with #493FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,63,186); }

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

background-color css

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

 a { background-color: rgb(73,63,186); }

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

border-color css

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

 span { border-color: rgb(73,63,186); }

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