#4B50D4

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

Shades of Free Speech Blue #4B50D4

Tints of Free Speech Blue #4B50D4

Color information

#4B50D4 (or 0x4B50D4) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 50 and D4. RGB value is (75,80,212). Sum of RGB (Red+Green+Blue) = 75+80+212=367 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.44% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 212 (83.20% from 255 or 57.77% from 367); Max value from RGB is 212 - color contains mainly: blue. Hex color #4B50D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B50D4 is #B4AF2B. Grayscale: #5D5D5D. Windows color (decimal): -11841324 or 13914187. OLE color: 13914187.

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

Color convert

RGB7580212-
CMYK0.650.6200.17
HSL237.81º61.43%56.27%-
HSV(B)237.81º64.62%83.14%-
XYZ17.6511.9963.67-
YUV93.55194.84114.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.44%
GREEN value IS 80 (31.64% from 255) = 21.80%
BLUE value IS 212 (83.20% from 255) = 57.77%
R=20.44%
G=21.80%
B=57.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal75802120.650.6200.17237.8161.4356.27
Hex4B50D4413E011ee3d38
Octal113120324101760213567570
Binary1001011101000011010100100000111111001000111101110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B50D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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