#4B46D7

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

Shades of Free Speech Blue #4B46D7

Tints of Free Speech Blue #4B46D7

Color information

#4B46D7 (or 0x4B46D7) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 46 and D7. RGB value is (75,70,215). Sum of RGB (Red+Green+Blue) = 75+70+215=360 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.83% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 215 (84.38% from 255 or 59.72% from 360); Max value from RGB is 215 - color contains mainly: blue. Hex color #4B46D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B46D7 is #B4B928. Grayscale: #575757. Windows color (decimal): -11843881 or 14108235. OLE color: 14108235.

HSL color Cylindrical-coordinate representation of color #4B46D7: hue angle of 242.07º 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 #4B46D7 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7570215-
CMYK0.650.6700.16
HSL242.07º64.44%55.88%-
HSV(B)242.07º67.44%84.31%-
XYZ17.3610.7865.46-
YUV88.02199.66118.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.83%
GREEN value IS 70 (27.73% from 255) = 19.44%
BLUE value IS 215 (84.38% from 255) = 59.72%
R=20.83%
G=19.44%
B=59.72%

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
Decimal75702150.650.6700.16242.0764.4455.88
Hex4B46D74143010f24038
Octal11310632710110302036210070
Binary100101110001101101011110000011000011010000111100101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B46D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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