#4B48CB

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

Shades of Free Speech Blue #4B48CB

Tints of Free Speech Blue #4B48CB

Color information

#4B48CB (or 0x4B48CB) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 48 and CB. RGB value is (75,72,203). Sum of RGB (Red+Green+Blue) = 75+72+203=350 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.43% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #4B48CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B48CB is #B4B734. Grayscale: #575757. Windows color (decimal): -11843381 or 13322315. OLE color: 13322315.

HSL color Cylindrical-coordinate representation of color #4B48CB: hue angle of 241.37º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B48CB is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7572203-
CMYK0.630.6500.20
HSL241.37º55.74%53.92%-
HSV(B)241.37º64.53%79.61%-
XYZ1610.4457.67-
YUV87.83192.99118.85-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.43%
GREEN value IS 72 (28.52% from 255) = 20.57%
BLUE value IS 203 (79.69% from 255) = 58%
R=21.43%
G=20.57%
B=58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal75722030.630.6500.20241.3755.7453.92
Hex4B48CB3F41014f13836
Octal113110313771010243617066
Binary1001011100100011001011111111100000101010011110001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B48CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,72,203); }

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

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

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

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

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

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

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