#4B63BD

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

Shades of Free Speech Blue #4B63BD

Tints of Free Speech Blue #4B63BD

Color information

#4B63BD (or 0x4B63BD) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 63 and BD. RGB value is (75,99,189). Sum of RGB (Red+Green+Blue) = 75+99+189=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #4B63BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B63BD is #B49C42. Grayscale: #656565. Windows color (decimal): -11836483 or 12411723. OLE color: 12411723.

HSL color Cylindrical-coordinate representation of color #4B63BD: hue angle of 227.37º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B63BD is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7599189-
CMYK0.600.4800.26
HSL227.37º46.34%51.76%-
HSV(B)227.37º60.32%74.12%-
XYZ16.5514.0949.99-
YUV102.08177.05108.68-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.66%
GREEN value IS 99 (39.06% from 255) = 27.27%
BLUE value IS 189 (74.22% from 255) = 52.07%
R=20.66%
G=27.27%
B=52.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal75991890.600.4800.26227.3746.3451.76
Hex4B63BD3C3001Ae32e34
Octal11314327574600323435664
Binary100101111000111011110111110011000001101011100011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B63BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B63BD; }

 p { color: rgb(75,99,189); }

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

<style>
 a { background-color: #4B63BD; }

 a { background-color: rgb(75,99,189); }

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

<style>
 span { border-color: #4B63BD; }

 span { border-color: rgb(75,99,189); }

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