#495BBB

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

Shades of Free Speech Blue #495BBB

Tints of Free Speech Blue #495BBB

Color information

#495BBB (or 0x495BBB) is unknown color: approx Free Speech Blue. HEX triplet: 49, 5B and BB. RGB value is (73,91,187). Sum of RGB (Red+Green+Blue) = 73+91+187=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #495BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495BBB is #B6A444. Grayscale: #606060. Windows color (decimal): -11969605 or 12278601. OLE color: 12278601.

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

Color convert

RGB7391187-
CMYK0.610.5100.27
HSL230.53º45.6%50.98%-
HSV(B)230.53º60.96%73.33%-
XYZ15.4612.4948.61-
YUV96.56179.04111.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.80%
GREEN value IS 91 (35.94% from 255) = 25.93%
BLUE value IS 187 (73.44% from 255) = 53.28%
R=20.80%
G=25.93%
B=53.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal73911870.610.5100.27230.5345.650.98
Hex495BBB3D3301Be72e33
Octal11113327375630333475663
Binary100100110110111011101111110111001101101111100111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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