#4548B6

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

Shades of Free Speech Blue #4548B6

Tints of Free Speech Blue #4548B6

Color information

#4548B6 (or 0x4548B6) is unknown color: approx Free Speech Blue. HEX triplet: 45, 48 and B6. RGB value is (69,72,182). Sum of RGB (Red+Green+Blue) = 69+72+182=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 182 (71.48% from 255 or 56.35% from 323); Max value from RGB is 182 - color contains mainly: blue. Hex color #4548B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4548B6 is #BAB749. Grayscale: #535353. Windows color (decimal): -12236618 or 11946053. OLE color: 11946053.

HSL color Cylindrical-coordinate representation of color #4548B6: hue angle of 238.41º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4548B6 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6972182-
CMYK0.620.6000.29
HSL238.41º45.02%49.22%-
HSV(B)238.41º62.09%71.37%-
XYZ13.229.2845.35-
YUV83.64183.51117.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.36%
GREEN value IS 72 (28.52% from 255) = 22.29%
BLUE value IS 182 (71.48% from 255) = 56.35%
R=21.36%
G=22.29%
B=56.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal69721820.620.6000.29238.4145.0249.22
Hex4548B63E3C01Dee2d31
Octal10511026676740353565561
Binary100010110010001011011011111011110001110111101110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4548B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4548B6; }

 p { color: rgb(69,72,182); }

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

<style>
 a { background-color: #4548B6; }

 a { background-color: rgb(69,72,182); }

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

<style>
 span { border-color: #4548B6; }

 span { border-color: rgb(69,72,182); }

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