#4048bb

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

Shades of Free Speech Blue #4048BB

Tints of Free Speech Blue #4048BB

Color information

#4048BB (or 0x4048BB) is unknown color: approx Free Speech Blue. HEX triplet: 40, 48 and BB. RGB value is (64,72,187). Sum of RGB (Red+Green+Blue) = 64+72+187=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #4048BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4048BB is #BFB744. Grayscale: #525252. Windows color (decimal): -12564293 or 12273728. OLE color: 12273728.

HSL color Cylindrical-coordinate representation of color #4048BB: hue angle of 236.1º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4048BB is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6472187-
CMYK0.660.6100.27
HSL236.1º49%49.22%-
HSV(B)236.1º65.78%73.33%-
XYZ13.49.3148.1-
YUV82.72186.85114.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.81%
GREEN value IS 72 (28.52% from 255) = 22.29%
BLUE value IS 187 (73.44% from 255) = 57.89%
R=19.81%
G=22.29%
B=57.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64721870.660.6100.27236.14949.22
Hex4048BB423D01Bec3131
Octal100110273102750333546161
Binary1000000100100010111011100001011110101101111101100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4048bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4048bb; }

 p { color: rgb(64,72,187); }

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

<style>
 a { background-color: #4048bb; }

 a { background-color: rgb(64,72,187); }

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

<style>
 span { border-color: #4048bb; }

 span { border-color: rgb(64,72,187); }

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