#4769BB

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

Shades of Free Speech Blue #4769BB

Tints of Free Speech Blue #4769BB

Color information

#4769BB (or 0x4769BB) is unknown color: approx Free Speech Blue. HEX triplet: 47, 69 and BB. RGB value is (71,105,187). Sum of RGB (Red+Green+Blue) = 71+105+187=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #4769BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4769BB is #B89644. Grayscale: #676767. Windows color (decimal): -12097093 or 12282183. OLE color: 12282183.

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

Color convert

RGB71105187-
CMYK0.620.4400.27
HSL222.41º46.03%50.59%-
HSV(B)222.41º62.03%73.33%-
XYZ16.6215.0349.04-
YUV104.18174.74104.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.56%
GREEN value IS 105 (41.41% from 255) = 28.93%
BLUE value IS 187 (73.44% from 255) = 51.52%
R=19.56%
G=28.93%
B=51.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal711051870.620.4400.27222.4146.0350.59
Hex4769BB3E2C01Bde2e33
Octal10715127376540333365663
Binary100011111010011011101111111010110001101111011110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4769BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,105,187); }

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

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

 a { background-color: rgb(71,105,187); }

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

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

 span { border-color: rgb(71,105,187); }

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