#4B48D7

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

Shades of Free Speech Blue #4B48D7

Tints of Free Speech Blue #4B48D7

Color information

#4B48D7 (or 0x4B48D7) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 48 and D7. RGB value is (75,72,215). Sum of RGB (Red+Green+Blue) = 75+72+215=362 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.72% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 215 (84.38% from 255 or 59.39% from 362); Max value from RGB is 215 - color contains mainly: blue. Hex color #4B48D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B48D7 is #B4B728. Grayscale: #585858. Windows color (decimal): -11843369 or 14108747. OLE color: 14108747.

HSL color Cylindrical-coordinate representation of color #4B48D7: hue angle of 241.26º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B48D7 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7572215-
CMYK0.650.6700.16
HSL241.26º64.13%56.27%-
HSV(B)241.26º66.51%84.31%-
XYZ17.4811.0465.5-
YUV89.2198.99117.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.72%
GREEN value IS 72 (28.52% from 255) = 19.89%
BLUE value IS 215 (84.38% from 255) = 59.39%
R=20.72%
G=19.89%
B=59.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal75722150.650.6700.16241.2664.1356.27
Hex4B48D74143010f14038
Octal11311032710110302036110070
Binary100101110010001101011110000011000011010000111100011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B48D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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