#495cce

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

Shades of Free Speech Blue #495CCE

Tints of Free Speech Blue #495CCE

Color information

#495CCE (or 0x495CCE) is unknown color: approx Free Speech Blue. HEX triplet: 49, 5C and CE. RGB value is (73,92,206). Sum of RGB (Red+Green+Blue) = 73+92+206=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #495CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495CCE is #B6A331. Grayscale: #626262. Windows color (decimal): -11969330 or 13524041. OLE color: 13524041.

HSL color Cylindrical-coordinate representation of color #495CCE: hue angle of 231.43º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #495CCE is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7392206-
CMYK0.650.5500.19
HSL231.43º57.58%54.71%-
HSV(B)231.43º64.56%80.78%-
XYZ17.7213.5360.07-
YUV99.32188.21109.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.68%
GREEN value IS 92 (36.33% from 255) = 24.80%
BLUE value IS 206 (80.86% from 255) = 55.53%
R=19.68%
G=24.80%
B=55.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal73922060.650.5500.19231.4357.5854.71
Hex495CCE4137013e73a37
Octal111134316101670233477267
Binary1001001101110011001110100000111011101001111100111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495cce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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