Html Css Color HEX #493BBF Free Speech Blue

📋 copy color: '#493BBF'

red 73 ◦ green 59 ◦ blue 191

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

Shades of Free Speech Blue #493BBF

Tints of Free Speech Blue #493BBF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.27%

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

R = 22.6%
G = 18.27%
B = 59.13%

CMYK

 C value IS 0.62

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#493BBF (or 0x493BBF) is known color: Free Speech Blue. HEX triplet: 49, 3B and BF. RGB value is (73,59,191). Sum of RGB (Red+Green+Blue) = 73+59+191=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #493BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493BBF is #B6C440. Grayscale: #4D4D4D. Windows color (decimal): -11977793 or 12532553. OLE color: 12532553.

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

Color convert

RGB 73 59 191 -
CMYK 0.62 0.69 0 0.25
HSL 246.36º 0.53% 0.49% -
HSV(B) 246.36º 0.69% 0.75% -
XYZ 13.72 8.31 50.17 -
YUV 78.23 191.64 124.27 -
System Red Green Blue C M Y K H S L
Decimal 73 59 191 0.62 0.69 0 0.25 246.36 0.53 0.49
Hex 49 3B BF 3E 45 0 19 F6 35 31
Octal 111 73 277 76 105 0 31 366 65 61
Binary 1001001 111011 10111111 111110 1000101 0 11001 11110110 110101 110001

Color Harmonies of #493BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493BBF

Black with #493BBF

Text Example


Text Example

White with #493BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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