#4B57D4

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

Shades of Free Speech Blue #4B57D4

Tints of Free Speech Blue #4B57D4

Color information

#4B57D4 (or 0x4B57D4) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 57 and D4. RGB value is (75,87,212). Sum of RGB (Red+Green+Blue) = 75+87+212=374 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.05% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 212 (83.20% from 255 or 56.68% from 374); Max value from RGB is 212 - color contains mainly: blue. Hex color #4B57D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B57D4 is #B4A82B. Grayscale: #616161. Windows color (decimal): -11839532 or 13915979. OLE color: 13915979.

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

Color convert

RGB7587212-
CMYK0.650.5900.17
HSL234.74º61.43%56.27%-
HSV(B)234.74º64.62%83.14%-
XYZ18.1913.0763.85-
YUV97.66192.52111.84-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.05%
GREEN value IS 87 (34.38% from 255) = 23.26%
BLUE value IS 212 (83.20% from 255) = 56.68%
R=20.05%
G=23.26%
B=56.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal75872120.650.5900.17234.7461.4356.27
Hex4B57D4413B011eb3d38
Octal113127324101730213537570
Binary1001011101011111010100100000111101101000111101011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B57D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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