#4668BB

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

Shades of Free Speech Blue #4668BB

Tints of Free Speech Blue #4668BB

Color information

#4668BB (or 0x4668BB) is unknown color: approx Free Speech Blue. HEX triplet: 46, 68 and BB. RGB value is (70,104,187). Sum of RGB (Red+Green+Blue) = 70+104+187=361 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.39% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #4668BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4668BB is #B99744. Grayscale: #666666. Windows color (decimal): -12162885 or 12281926. OLE color: 12281926.

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

Color convert

RGB70104187-
CMYK0.630.4400.27
HSL222.56º46.25%50.39%-
HSV(B)222.56º62.57%73.33%-
XYZ16.4514.7949-
YUV103.3175.24104.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.39%
GREEN value IS 104 (41.02% from 255) = 28.81%
BLUE value IS 187 (73.44% from 255) = 51.80%
R=19.39%
G=28.81%
B=51.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal701041870.630.4400.27222.5646.2550.39
Hex4668BB3F2C01Bdf2e32
Octal10615027377540333375662
Binary100011011010001011101111111110110001101111011111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4668BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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