#495AB8

Color #495AB8 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #495AB8

Tints of Free Speech Blue #495AB8

Color information

#495AB8 (or 0x495AB8) is unknown color: approx Free Speech Blue. HEX triplet: 49, 5A and B8. RGB value is (73,90,184). Sum of RGB (Red+Green+Blue) = 73+90+184=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 184 (72.27% from 255 or 53.03% from 347); Max value from RGB is 184 - color contains mainly: blue. Hex color #495AB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495AB8 is #B6A547. Grayscale: #5F5F5F. Windows color (decimal): -11969864 or 12081737. OLE color: 12081737.

HSL color Cylindrical-coordinate representation of color #495AB8: hue angle of 230.81º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #495AB8 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7390184-
CMYK0.600.5100.28
HSL230.81º43.87%50.39%-
HSV(B)230.81º60.33%72.16%-
XYZ15.0612.1946.91-
YUV95.63177.87111.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.04%
GREEN value IS 90 (35.55% from 255) = 25.94%
BLUE value IS 184 (72.27% from 255) = 53.03%
R=21.04%
G=25.94%
B=53.03%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal73901840.600.5100.28230.8143.8750.39
Hex495AB83C3301Ce72c32
Octal11113227074630343475462
Binary100100110110101011100011110011001101110011100111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #495AB8;
 }
 .AnyTagClassName
 {
   color: #495AB8;
 }
</style>
background-color css

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

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

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

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

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

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