#4563BB

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

Shades of Free Speech Blue #4563BB

Tints of Free Speech Blue #4563BB

Color information

#4563BB (or 0x4563BB) is unknown color: approx Free Speech Blue. HEX triplet: 45, 63 and BB. RGB value is (69,99,187). Sum of RGB (Red+Green+Blue) = 69+99+187=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #4563BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4563BB is #BA9C44. Grayscale: #636363. Windows color (decimal): -12229701 or 12280645. OLE color: 12280645.

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

Color convert

RGB6999187-
CMYK0.630.4700.27
HSL224.75º46.46%50.2%-
HSV(B)224.75º63.1%73.33%-
XYZ15.8913.7848.84-
YUV100.06177.06105.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.44%
GREEN value IS 99 (39.06% from 255) = 27.89%
BLUE value IS 187 (73.44% from 255) = 52.68%
R=19.44%
G=27.89%
B=52.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal69991870.630.4700.27224.7546.4650.2
Hex4563BB3F2F01Be12e32
Octal10514327377570333415662
Binary100010111000111011101111111110111101101111100001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4563BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,99,187); }

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

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

 a { background-color: rgb(69,99,187); }

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

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

 span { border-color: rgb(69,99,187); }

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