#4766bd

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

Shades of Free Speech Blue #4766BD

Tints of Free Speech Blue #4766BD

Color information

#4766BD (or 0x4766BD) is unknown color: approx Free Speech Blue. HEX triplet: 47, 66 and BD. RGB value is (71,102,189). Sum of RGB (Red+Green+Blue) = 71+102+189=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #4766BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4766BD is #B89942. Grayscale: #666666. Windows color (decimal): -12097859 or 12412487. OLE color: 12412487.

HSL color Cylindrical-coordinate representation of color #4766BD: hue angle of 224.24º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4766BD is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB71102189-
CMYK0.620.4600.26
HSL224.24º47.2%50.98%-
HSV(B)224.24º62.43%74.12%-
XYZ16.5414.5250.07-
YUV102.65176.73105.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.61%
GREEN value IS 102 (40.23% from 255) = 28.18%
BLUE value IS 189 (74.22% from 255) = 52.21%
R=19.61%
G=28.18%
B=52.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal711021890.620.4600.26224.2447.250.98
Hex4766BD3E2E01Ae02f33
Octal10714627576560323405763
Binary100011111001101011110111111010111001101011100000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4766bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4766bd; }

 p { color: rgb(71,102,189); }

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

<style>
 a { background-color: #4766bd; }

 a { background-color: rgb(71,102,189); }

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

<style>
 span { border-color: #4766bd; }

 span { border-color: rgb(71,102,189); }

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