#495CCD

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

Shades of Free Speech Blue #495CCD

Tints of Free Speech Blue #495CCD

Color information

#495CCD (or 0x495CCD) is unknown color: approx Free Speech Blue. HEX triplet: 49, 5C and CD. RGB value is (73,92,205). Sum of RGB (Red+Green+Blue) = 73+92+205=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #495CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495CCD is #B6A332. Grayscale: #626262. Windows color (decimal): -11969331 or 13458505. OLE color: 13458505.

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

Color convert

RGB7392205-
CMYK0.640.5500.20
HSL231.36º56.9%54.51%-
HSV(B)231.36º64.39%80.39%-
XYZ17.5913.4859.43-
YUV99.2187.71109.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.73%
GREEN value IS 92 (36.33% from 255) = 24.86%
BLUE value IS 205 (80.47% from 255) = 55.41%
R=19.73%
G=24.86%
B=55.41%

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
Decimal73922050.640.5500.20231.3656.954.51
Hex495CCD4037014e73937
Octal111134315100670243477167
Binary1001001101110011001101100000011011101010011100111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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