#4766BC

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

Shades of Free Speech Blue #4766BC

Tints of Free Speech Blue #4766BC

Color information

#4766BC (or 0x4766BC) is unknown color: approx Free Speech Blue. HEX triplet: 47, 66 and BC. RGB value is (71,102,188). Sum of RGB (Red+Green+Blue) = 71+102+188=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #4766BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4766BC is #B89943. Grayscale: #666666. Windows color (decimal): -12097860 or 12346951. OLE color: 12346951.

HSL color Cylindrical-coordinate representation of color #4766BC: hue angle of 224.1º 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 #4766BC is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB71102188-
CMYK0.620.4600.26
HSL224.1º46.61%50.78%-
HSV(B)224.1º62.23%73.73%-
XYZ16.4314.4749.5-
YUV102.54176.23105.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.67%
GREEN value IS 102 (40.23% from 255) = 28.25%
BLUE value IS 188 (73.83% from 255) = 52.08%
R=19.67%
G=28.25%
B=52.08%

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
Decimal711021880.620.4600.26224.146.6150.78
Hex4766BC3E2E01Ae02f33
Octal10714627476560323405763
Binary100011111001101011110011111010111001101011100000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4766BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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