#495DBB

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

Shades of Free Speech Blue #495DBB

Tints of Free Speech Blue #495DBB

Color information

#495DBB (or 0x495DBB) is unknown color: approx Free Speech Blue. HEX triplet: 49, 5D and BB. RGB value is (73,93,187). Sum of RGB (Red+Green+Blue) = 73+93+187=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #495DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495DBB is #B6A244. Grayscale: #616161. Windows color (decimal): -11969093 or 12279113. OLE color: 12279113.

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

Color convert

RGB7393187-
CMYK0.610.5000.27
HSL229.47º45.6%50.98%-
HSV(B)229.47º60.96%73.33%-
XYZ15.6312.8348.67-
YUV97.74178.37110.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.68%
GREEN value IS 93 (36.72% from 255) = 26.35%
BLUE value IS 187 (73.44% from 255) = 52.97%
R=20.68%
G=26.35%
B=52.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal73931870.610.5000.27229.4745.650.98
Hex495DBB3D3201Be52e33
Octal11113527375620333455663
Binary100100110111011011101111110111001001101111100101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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