Html Css Color HEX #495AB9 Free Speech Blue

📋 copy color: '#495AB9'

red 73 ◦ green 90 ◦ blue 185

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

Shades of Free Speech Blue #495AB9

Tints of Free Speech Blue #495AB9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.86%

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

R = 20.98%
G = 25.86%
B = 53.16%

CMYK

 C value IS 0.61

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#495AB9 (or 0x495AB9) is known color: Free Speech Blue. HEX triplet: 49, 5A and B9. RGB value is (73,90,185). Sum of RGB (Red+Green+Blue) = 73+90+185=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 185 (72.66% from 255 or 53.16% from 348); Max value from RGB is 185 - color contains mainly: blue. Hex color #495AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495AB9 is #B6A546. Grayscale: #5F5F5F. Windows color (decimal): -11969863 or 12147273. OLE color: 12147273.

HSL color Cylindrical-coordinate representation of color #495AB9: hue angle of 230.89º 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 #495AB9 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 90 185 -
CMYK 0.61 0.51 0 0.27
HSL 230.89º 0.44% 0.51% -
HSV(B) 230.89º 0.61% 0.73% -
XYZ 15.16 12.23 47.46 -
YUV 95.75 178.37 111.78 -
System Red Green Blue C M Y K H S L
Decimal 73 90 185 0.61 0.51 0 0.27 230.89 0.44 0.51
Hex 49 5A B9 3D 33 0 1B E7 2C 33
Octal 111 132 271 75 63 0 33 347 54 63
Binary 1001001 1011010 10111001 111101 110011 0 11011 11100111 101100 110011

Color Harmonies of #495AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495AB9

Black with #495AB9

Text Example


Text Example

White with #495AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495AB9; }

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

 H1.HeaderClassName
 {
   color: #495AB9;
 }
 .AnyTagClassName
 {
   color: #495AB9;
 }
</style>

background-color css

<style>
 a { background-color: #495AB9; }

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

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

border-color css

<style>
 span { border-color: #495AB9; }

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

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