#4B63BB

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

Shades of Free Speech Blue #4B63BB

Tints of Free Speech Blue #4B63BB

Color information

#4B63BB (or 0x4B63BB) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 63 and BB. RGB value is (75,99,187). Sum of RGB (Red+Green+Blue) = 75+99+187=361 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.78% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #4B63BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B63BB is #B49C44. Grayscale: #656565. Windows color (decimal): -11836485 or 12280651. OLE color: 12280651.

HSL color Cylindrical-coordinate representation of color #4B63BB: hue angle of 227.14º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B63BB is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7599187-
CMYK0.600.4700.27
HSL227.14º45.16%51.37%-
HSV(B)227.14º59.89%73.33%-
XYZ16.3314.0148.86-
YUV101.86176.05108.84-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.78%
GREEN value IS 99 (39.06% from 255) = 27.42%
BLUE value IS 187 (73.44% from 255) = 51.80%
R=20.78%
G=27.42%
B=51.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal75991870.600.4700.27227.1445.1651.37
Hex4B63BB3C2F01Be32d33
Octal11314327374570333435563
Binary100101111000111011101111110010111101101111100011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B63BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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