#4848b7

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

Shades of Free Speech Blue #4848B7

Tints of Free Speech Blue #4848B7

Color information

#4848B7 (or 0x4848B7) is unknown color: approx Free Speech Blue. HEX triplet: 48, 48 and B7. RGB value is (72,72,183). Sum of RGB (Red+Green+Blue) = 72+72+183=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 183 (71.88% from 255 or 55.96% from 327); Max value from RGB is 183 - color contains mainly: blue. Hex color #4848B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4848B7 is #B7B748. Grayscale: #545454. Windows color (decimal): -12040009 or 12011592. OLE color: 12011592.

HSL color Cylindrical-coordinate representation of color #4848B7: hue angle of 240º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4848B7 is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7272183-
CMYK0.610.6100.28
HSL240º43.53%50%-
HSV(B)240º60.66%71.76%-
XYZ13.549.4345.91-
YUV84.65183.5118.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.02%
GREEN value IS 72 (28.52% from 255) = 22.02%
BLUE value IS 183 (71.88% from 255) = 55.96%
R=22.02%
G=22.02%
B=55.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal72721830.610.6100.2824043.5350
Hex4848B73D3D01Cf02c32
Octal11011026775750343605462
Binary100100010010001011011111110111110101110011110000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4848b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4848b7; }

 p { color: rgb(72,72,183); }

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

<style>
 a { background-color: #4848b7; }

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

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

<style>
 span { border-color: #4848b7; }

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

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