#4564B6

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

Shades of Free Speech Blue #4564B6

Tints of Free Speech Blue #4564B6

Color information

#4564B6 (or 0x4564B6) is unknown color: approx Free Speech Blue. HEX triplet: 45, 64 and B6. RGB value is (69,100,182). Sum of RGB (Red+Green+Blue) = 69+100+182=351 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.66% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 182 (71.48% from 255 or 51.85% from 351); Max value from RGB is 182 - color contains mainly: blue. Hex color #4564B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4564B6 is #BA9B49. Grayscale: #636363. Windows color (decimal): -12229450 or 11953221. OLE color: 11953221.

HSL color Cylindrical-coordinate representation of color #4564B6: hue angle of 223.54º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4564B6 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB69100182-
CMYK0.620.4500.29
HSL223.54º45.02%49.22%-
HSV(B)223.54º62.09%71.37%-
XYZ15.4513.7646.1-
YUV100.08174.23105.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.66%
GREEN value IS 100 (39.45% from 255) = 28.49%
BLUE value IS 182 (71.48% from 255) = 51.85%
R=19.66%
G=28.49%
B=51.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal691001820.620.4500.29223.5445.0249.22
Hex4564B63E2D01De02d31
Octal10514426676550353405561
Binary100010111001001011011011111010110101110111100000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4564B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4564B6; }

 p { color: rgb(69,100,182); }

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

<style>
 a { background-color: #4564B6; }

 a { background-color: rgb(69,100,182); }

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

<style>
 span { border-color: #4564B6; }

 span { border-color: rgb(69,100,182); }

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