#4966BE

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

Shades of Free Speech Blue #4966BE

Tints of Free Speech Blue #4966BE

Color information

#4966BE (or 0x4966BE) is unknown color: approx Free Speech Blue. HEX triplet: 49, 66 and BE. RGB value is (73,102,190). Sum of RGB (Red+Green+Blue) = 73+102+190=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #4966BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4966BE is #B69941. Grayscale: #666666. Windows color (decimal): -11966786 or 12478025. OLE color: 12478025.

HSL color Cylindrical-coordinate representation of color #4966BE: hue angle of 225.13º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4966BE is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB73102190-
CMYK0.620.4600.25
HSL225.13º47.37%51.57%-
HSV(B)225.13º61.58%74.51%-
XYZ16.7914.6450.66-
YUV103.36176.89106.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20%
GREEN value IS 102 (40.23% from 255) = 27.95%
BLUE value IS 190 (74.61% from 255) = 52.05%
R=20%
G=27.95%
B=52.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731021900.620.4600.25225.1347.3751.57
Hex4966BE3E2E019e12f34
Octal11114627676560313415764
Binary100100111001101011111011111010111001100111100001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4966BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4966BE; }

 p { color: rgb(73,102,190); }

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

<style>
 a { background-color: #4966BE; }

 a { background-color: rgb(73,102,190); }

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

<style>
 span { border-color: #4966BE; }

 span { border-color: rgb(73,102,190); }

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