#4968BB

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

Shades of Free Speech Blue #4968BB

Tints of Free Speech Blue #4968BB

Color information

#4968BB (or 0x4968BB) is unknown color: approx Free Speech Blue. HEX triplet: 49, 68 and BB. RGB value is (73,104,187). Sum of RGB (Red+Green+Blue) = 73+104+187=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #4968BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4968BB is #B69744. Grayscale: #676767. Windows color (decimal): -11966277 or 12281929. OLE color: 12281929.

HSL color Cylindrical-coordinate representation of color #4968BB: hue angle of 223.68º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4968BB is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB73104187-
CMYK0.610.4400.27
HSL223.68º45.6%50.98%-
HSV(B)223.68º60.96%73.33%-
XYZ16.6714.949.01-
YUV104.19174.73105.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.05%
GREEN value IS 104 (41.02% from 255) = 28.57%
BLUE value IS 187 (73.44% from 255) = 51.37%
R=20.05%
G=28.57%
B=51.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731041870.610.4400.27223.6845.650.98
Hex4968BB3D2C01Be02e33
Octal11115027375540333405663
Binary100100111010001011101111110110110001101111100000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4968BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4968BB; }

 p { color: rgb(73,104,187); }

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

<style>
 a { background-color: #4968BB; }

 a { background-color: rgb(73,104,187); }

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

<style>
 span { border-color: #4968BB; }

 span { border-color: rgb(73,104,187); }

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