Html Css Color HEX #493FBB Free Speech Blue

📋 copy color: '#493FBB'

red 73 ◦ green 63 ◦ blue 187

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

Shades of Free Speech Blue #493FBB

Tints of Free Speech Blue #493FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 57.89%

R = 22.6%
G = 19.5%
B = 57.89%

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

#493FBB (or 0x493FBB) is known color: Free Speech Blue. HEX triplet: 49, 3F and BB. RGB value is (73,63,187). Sum of RGB (Red+Green+Blue) = 73+63+187=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #493FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493FBB is #B6C044. Grayscale: #4F4F4F. Windows color (decimal): -11976773 or 12271433. OLE color: 12271433.

HSL color Cylindrical-coordinate representation of color #493FBB: hue angle of 244.84º degrees, saturation: 0.5, 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 #493FBB is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 63 187 -
CMYK 0.61 0.66 0 0.27
HSL 244.84º 0.5% 0.49% -
HSV(B) 244.84º 0.66% 0.73% -
XYZ 13.49 8.56 47.95 -
YUV 80.13 188.31 122.92 -
System Red Green Blue C M Y K H S L
Decimal 73 63 187 0.61 0.66 0 0.27 244.84 0.5 0.49
Hex 49 3F BB 3D 42 0 1B F5 32 31
Octal 111 77 273 75 102 0 33 365 62 61
Binary 1001001 111111 10111011 111101 1000010 0 11011 11110101 110010 110001

Color Harmonies of #493FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493FBB

Black with #493FBB

Text Example


Text Example

White with #493FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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