#495BCB

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

Shades of Free Speech Blue #495BCB

Tints of Free Speech Blue #495BCB

Color information

#495BCB (or 0x495BCB) is unknown color: approx Free Speech Blue. HEX triplet: 49, 5B and CB. RGB value is (73,91,203). Sum of RGB (Red+Green+Blue) = 73+91+203=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #495BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495BCB is #B6A434. Grayscale: #616161. Windows color (decimal): -11969589 or 13327177. OLE color: 13327177.

HSL color Cylindrical-coordinate representation of color #495BCB: hue angle of 231.69º 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 #495BCB is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7391203-
CMYK0.640.5500.20
HSL231.69º55.56%54.12%-
HSV(B)231.69º64.04%79.61%-
XYZ17.2713.2158.14-
YUV98.39187.04109.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.89%
GREEN value IS 91 (35.94% from 255) = 24.80%
BLUE value IS 203 (79.69% from 255) = 55.31%
R=19.89%
G=24.80%
B=55.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal73912030.640.5500.20231.6955.5654.12
Hex495BCB4037014e83836
Octal111133313100670243507066
Binary1001001101101111001011100000011011101010011101000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,91,203); }

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

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

 a { background-color: rgb(73,91,203); }

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

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

 span { border-color: rgb(73,91,203); }

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