#4B3CD3

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

Shades of Free Speech Blue #4B3CD3

Tints of Free Speech Blue #4B3CD3

Color information

#4B3CD3 (or 0x4B3CD3) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 3C and D3. RGB value is (75,60,211). Sum of RGB (Red+Green+Blue) = 75+60+211=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 211 (82.81% from 255 or 60.98% from 346); Max value from RGB is 211 - color contains mainly: blue. Hex color #4B3CD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3CD3 is #B4C32C. Grayscale: #515151. Windows color (decimal): -11846445 or 13843531. OLE color: 13843531.

HSL color Cylindrical-coordinate representation of color #4B3CD3: hue angle of 245.96º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B3CD3 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB7560211-
CMYK0.640.7200.17
HSL245.96º63.18%53.14%-
HSV(B)245.96º71.56%82.75%-
XYZ16.289.4362.59-
YUV81.7200.97123.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.68%
GREEN value IS 60 (23.83% from 255) = 17.34%
BLUE value IS 211 (82.81% from 255) = 60.98%
R=21.68%
G=17.34%
B=60.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal75602110.640.7200.17245.9663.1853.14
Hex4B3CD34048011f63f35
Octal113743231001100213667765
Binary1001011111100110100111000000100100001000111110110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,60,211); }

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

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

 a { background-color: rgb(75,60,211); }

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

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

 span { border-color: rgb(75,60,211); }

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