Html Css Color HEX #494DBA Free Speech Blue

📋 copy color: '#494DBA'

red 73 ◦ green 77 ◦ blue 186

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

Shades of Free Speech Blue #494DBA

Tints of Free Speech Blue #494DBA

RGB

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

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

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

R = 21.73%
G = 22.92%
B = 55.36%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#494DBA (or 0x494DBA) is known color: Free Speech Blue. HEX triplet: 49, 4D and BA. RGB value is (73,77,186). Sum of RGB (Red+Green+Blue) = 73+77+186=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #494DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494DBA is #B6B245. Grayscale: #575757. Windows color (decimal): -11973190 or 12209481. OLE color: 12209481.

HSL color Cylindrical-coordinate representation of color #494DBA: hue angle of 237.88º degrees, saturation: 0.45, 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 #494DBA is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 77 186 -
CMYK 0.61 0.59 0 0.27
HSL 237.88º 0.45% 0.51% -
HSV(B) 237.88º 0.61% 0.73% -
XYZ 14.26 10.27 47.68 -
YUV 88.23 183.17 117.14 -
System Red Green Blue C M Y K H S L
Decimal 73 77 186 0.61 0.59 0 0.27 237.88 0.45 0.51
Hex 49 4D BA 3D 3B 0 1B EE 2D 33
Octal 111 115 272 75 73 0 33 356 55 63
Binary 1001001 1001101 10111010 111101 111011 0 11011 11101110 101101 110011

Color Harmonies of #494DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494DBA

Black with #494DBA

Text Example


Text Example

White with #494DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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