#4B3BD4

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

Shades of Free Speech Blue #4B3BD4

Tints of Free Speech Blue #4B3BD4

Color information

#4B3BD4 (or 0x4B3BD4) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 3B and D4. RGB value is (75,59,212). Sum of RGB (Red+Green+Blue) = 75+59+212=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 212 (83.20% from 255 or 61.27% from 346); Max value from RGB is 212 - color contains mainly: blue. Hex color #4B3BD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3BD4 is #B4C42B. Grayscale: #505050. Windows color (decimal): -11846700 or 13908811. OLE color: 13908811.

HSL color Cylindrical-coordinate representation of color #4B3BD4: hue angle of 246.27º degrees, saturation: 0.64, 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 #4B3BD4 is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB7559212-
CMYK0.650.7200.17
HSL246.27º64.02%53.14%-
HSV(B)246.27º72.17%83.14%-
XYZ16.359.3863.24-
YUV81.23201.8123.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.68%
GREEN value IS 59 (23.44% from 255) = 17.05%
BLUE value IS 212 (83.20% from 255) = 61.27%
R=21.68%
G=17.05%
B=61.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal75592120.650.7200.17246.2764.0253.14
Hex4B3BD44148011f64035
Octal1137332410111002136610065
Binary10010111110111101010010000011001000010001111101101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,59,212); }

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

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

 a { background-color: rgb(75,59,212); }

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

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

 span { border-color: rgb(75,59,212); }

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