#4B3AD4

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

Shades of Free Speech Blue #4B3AD4

Tints of Free Speech Blue #4B3AD4

Color information

#4B3AD4 (or 0x4B3AD4) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 3A and D4. RGB value is (75,58,212). Sum of RGB (Red+Green+Blue) = 75+58+212=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 212 (83.20% from 255 or 61.45% from 345); Max value from RGB is 212 - color contains mainly: blue. Hex color #4B3AD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3AD4 is #B4C52B. Grayscale: #505050. Windows color (decimal): -11846956 or 13908555. OLE color: 13908555.

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

Color convert

RGB7558212-
CMYK0.650.7300.17
HSL246.62º64.17%52.94%-
HSV(B)246.62º72.64%83.14%-
XYZ16.39.2863.22-
YUV80.64202.13123.98-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.74%
GREEN value IS 58 (23.05% from 255) = 16.81%
BLUE value IS 212 (83.20% from 255) = 61.45%
R=21.74%
G=16.81%
B=61.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal75582120.650.7300.17246.6264.1752.94
Hex4B3AD44149011f74035
Octal1137232410111102136710065
Binary10010111110101101010010000011001001010001111101111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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