#495DCC

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

Shades of Free Speech Blue #495DCC

Tints of Free Speech Blue #495DCC

Color information

#495DCC (or 0x495DCC) is unknown color: approx Free Speech Blue. HEX triplet: 49, 5D and CC. RGB value is (73,93,204). Sum of RGB (Red+Green+Blue) = 73+93+204=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #495DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495DCC is #B6A233. Grayscale: #636363. Windows color (decimal): -11969076 or 13393225. OLE color: 13393225.

HSL color Cylindrical-coordinate representation of color #495DCC: hue angle of 230.84º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #495DCC is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7393204-
CMYK0.640.5400.2
HSL230.84º56.22%54.31%-
HSV(B)230.84º64.22%80%-
XYZ17.5613.658.83-
YUV99.67186.87108.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.73%
GREEN value IS 93 (36.72% from 255) = 25.14%
BLUE value IS 204 (80.08% from 255) = 55.14%
R=19.73%
G=25.14%
B=55.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal73932040.640.5400.2230.8456.2254.31
Hex495DCC4036014e73836
Octal111135314100660243477066
Binary1001001101110111001100100000011011001010011100111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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