#4566BD

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

Shades of Free Speech Blue #4566BD

Tints of Free Speech Blue #4566BD

Color information

#4566BD (or 0x4566BD) is unknown color: approx Free Speech Blue. HEX triplet: 45, 66 and BD. RGB value is (69,102,189). Sum of RGB (Red+Green+Blue) = 69+102+189=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #4566BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4566BD is #BA9942. Grayscale: #656565. Windows color (decimal): -12228931 or 12412485. OLE color: 12412485.

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

Color convert

RGB69102189-
CMYK0.630.4600.26
HSL223.5º47.62%50.59%-
HSV(B)223.5º63.49%74.12%-
XYZ16.3914.4450.07-
YUV102.05177.07104.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.17%
GREEN value IS 102 (40.23% from 255) = 28.33%
BLUE value IS 189 (74.22% from 255) = 52.5%
R=19.17%
G=28.33%
B=52.5%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal691021890.630.4600.26223.547.6250.59
Hex4566BD3F2E01Ae03033
Octal10514627577560323406063
Binary100010111001101011110111111110111001101011100000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4566BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4566BD; }

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

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

<style>
 a { background-color: #4566BD; }

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

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

<style>
 span { border-color: #4566BD; }

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

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