#4B56DA

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

Shades of Free Speech Blue #4B56DA

Tints of Free Speech Blue #4B56DA

Color information

#4B56DA (or 0x4B56DA) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 56 and DA. RGB value is (75,86,218). Sum of RGB (Red+Green+Blue) = 75+86+218=379 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.79% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #4B56DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B56DA is #B4A925. Grayscale: #616161. Windows color (decimal): -11839782 or 14308939. OLE color: 14308939.

HSL color Cylindrical-coordinate representation of color #4B56DA: hue angle of 235.38º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B56DA is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7586218-
CMYK0.660.6100.15
HSL235.38º65.9%57.45%-
HSV(B)235.38º65.6%85.49%-
XYZ18.8813.2167.88-
YUV97.76195.86111.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.79%
GREEN value IS 86 (33.98% from 255) = 22.69%
BLUE value IS 218 (85.55% from 255) = 57.52%
R=19.79%
G=22.69%
B=57.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal75862180.660.6100.15235.3865.957.45
Hex4B56DA423D0Feb4239
Octal1131263321027501735310271
Binary1001011101011011011010100001011110101111111010111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B56DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,86,218); }

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

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

 a { background-color: rgb(75,86,218); }

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

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

 span { border-color: rgb(75,86,218); }

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