Html Css Color HEX #494DB9 Free Speech Blue

📋 copy color: '#494DB9'

red 73 ◦ green 77 ◦ blue 185

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

Shades of Free Speech Blue #494DB9

Tints of Free Speech Blue #494DB9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.99%

 BLUE value IS 185 (72.66% from 255) = 55.22%

R = 21.79%
G = 22.99%
B = 55.22%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#494DB9 (or 0x494DB9) is known color: Free Speech Blue. HEX triplet: 49, 4D and B9. RGB value is (73,77,185). Sum of RGB (Red+Green+Blue) = 73+77+185=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 185 (72.66% from 255 or 55.22% from 335); Max value from RGB is 185 - color contains mainly: blue. Hex color #494DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494DB9 is #B6B246. Grayscale: #575757. Windows color (decimal): -11973191 or 12143945. OLE color: 12143945.

HSL color Cylindrical-coordinate representation of color #494DB9: hue angle of 237.86º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #494DB9 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 77 185 -
CMYK 0.61 0.58 0 0.27
HSL 237.86º 0.44% 0.51% -
HSV(B) 237.86º 0.61% 0.73% -
XYZ 14.16 10.23 47.13 -
YUV 88.12 182.67 117.22 -
System Red Green Blue C M Y K H S L
Decimal 73 77 185 0.61 0.58 0 0.27 237.86 0.44 0.51
Hex 49 4D B9 3D 3A 0 1B EE 2C 33
Octal 111 115 271 75 72 0 33 356 54 63
Binary 1001001 1001101 10111001 111101 111010 0 11011 11101110 101100 110011

Color Harmonies of #494DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494DB9

Black with #494DB9

Text Example


Text Example

White with #494DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494DB9; }

 p { color: rgb(73,77,185); }

 H1.HeaderClassName
 {
   color: #494DB9;
 }
 .AnyTagClassName
 {
   color: #494DB9;
 }
</style>

background-color css

<style>
 a { background-color: #494DB9; }

 a { background-color: rgb(73,77,185); }

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

border-color css

<style>
 span { border-color: #494DB9; }

 span { border-color: rgb(73,77,185); }

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