#495CBE

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

Shades of Free Speech Blue #495CBE

Tints of Free Speech Blue #495CBE

Color information

#495CBE (or 0x495CBE) is unknown color: approx Free Speech Blue. HEX triplet: 49, 5C and BE. RGB value is (73,92,190). Sum of RGB (Red+Green+Blue) = 73+92+190=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #495CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495CBE is #B6A341. Grayscale: #616161. Windows color (decimal): -11969346 or 12475465. OLE color: 12475465.

HSL color Cylindrical-coordinate representation of color #495CBE: hue angle of 230.26º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #495CBE is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7392190-
CMYK0.620.5200.25
HSL230.26º47.37%51.57%-
HSV(B)230.26º61.58%74.51%-
XYZ15.8712.7950.35-
YUV97.49180.21110.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.56%
GREEN value IS 92 (36.33% from 255) = 25.92%
BLUE value IS 190 (74.61% from 255) = 53.52%
R=20.56%
G=25.92%
B=53.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal73921900.620.5200.25230.2647.3751.57
Hex495CBE3E34019e62f34
Octal11113427676640313465764
Binary100100110111001011111011111011010001100111100110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,92,190); }

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

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

 a { background-color: rgb(73,92,190); }

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

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

 span { border-color: rgb(73,92,190); }

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