#495bb8

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

Shades of Free Speech Blue #495BB8

Tints of Free Speech Blue #495BB8

Color information

#495BB8 (or 0x495BB8) is unknown color: approx Free Speech Blue. HEX triplet: 49, 5B and B8. RGB value is (73,91,184). Sum of RGB (Red+Green+Blue) = 73+91+184=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 184 (72.27% from 255 or 52.87% from 348); Max value from RGB is 184 - color contains mainly: blue. Hex color #495BB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495BB8 is #B6A447. Grayscale: #5F5F5F. Windows color (decimal): -11969608 or 12081993. OLE color: 12081993.

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

Color convert

RGB7391184-
CMYK0.600.5100.28
HSL230.27º43.87%50.39%-
HSV(B)230.27º60.33%72.16%-
XYZ15.1412.3646.94-
YUV96.22177.54111.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.98%
GREEN value IS 91 (35.94% from 255) = 26.15%
BLUE value IS 184 (72.27% from 255) = 52.87%
R=20.98%
G=26.15%
B=52.87%

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
Decimal73911840.600.5100.28230.2743.8750.39
Hex495BB83C3301Ce62c32
Octal11113327074630343465462
Binary100100110110111011100011110011001101110011100110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495bb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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