#495DC8

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

Shades of Free Speech Blue #495DC8

Tints of Free Speech Blue #495DC8

Color information

#495DC8 (or 0x495DC8) is unknown color: approx Free Speech Blue. HEX triplet: 49, 5D and C8. RGB value is (73,93,200). Sum of RGB (Red+Green+Blue) = 73+93+200=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 200 (78.52% from 255 or 54.64% from 366); Max value from RGB is 200 - color contains mainly: blue. Hex color #495DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495DC8 is #B6A237. Grayscale: #626262. Windows color (decimal): -11969080 or 13131081. OLE color: 13131081.

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

Color convert

RGB7393200-
CMYK0.640.5400.22
HSL230.55º53.59%53.53%-
HSV(B)230.55º63.5%78.43%-
XYZ17.0913.4256.33-
YUV99.22184.87109.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.95%
GREEN value IS 93 (36.72% from 255) = 25.41%
BLUE value IS 200 (78.52% from 255) = 54.64%
R=19.95%
G=25.41%
B=54.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal73932000.640.5400.22230.5553.5953.53
Hex495DC84036016e73636
Octal111135310100660263476666
Binary1001001101110111001000100000011011001011011100111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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