#4563BE

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

Shades of Free Speech Blue #4563BE

Tints of Free Speech Blue #4563BE

Color information

#4563BE (or 0x4563BE) is unknown color: approx Free Speech Blue. HEX triplet: 45, 63 and BE. RGB value is (69,99,190). Sum of RGB (Red+Green+Blue) = 69+99+190=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #4563BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4563BE is #BA9C41. Grayscale: #646464. Windows color (decimal): -12229698 or 12477253. OLE color: 12477253.

HSL color Cylindrical-coordinate representation of color #4563BE: hue angle of 225.12º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4563BE is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6999190-
CMYK0.640.4800.25
HSL225.12º48.21%50.78%-
HSV(B)225.12º63.68%74.51%-
XYZ16.2113.9150.55-
YUV100.4178.56105.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.27%
GREEN value IS 99 (39.06% from 255) = 27.65%
BLUE value IS 190 (74.61% from 255) = 53.07%
R=19.27%
G=27.65%
B=53.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal69991900.640.4800.25225.1248.2150.78
Hex4563BE4030019e13033
Octal105143276100600313416063
Binary1000101110001110111110100000011000001100111100001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4563BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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