#4B55BF

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

Shades of Free Speech Blue #4B55BF

Tints of Free Speech Blue #4B55BF

Color information

#4B55BF (or 0x4B55BF) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 55 and BF. RGB value is (75,85,191). Sum of RGB (Red+Green+Blue) = 75+85+191=351 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.37% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #4B55BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B55BF is #B4AA40. Grayscale: #5D5D5D. Windows color (decimal): -11840065 or 12539211. OLE color: 12539211.

HSL color Cylindrical-coordinate representation of color #4B55BF: hue angle of 234.83º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B55BF is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7585191-
CMYK0.610.5500.25
HSL234.83º47.54%52.16%-
HSV(B)234.83º60.73%74.9%-
XYZ15.5511.7550.74-
YUV94.09182.69114.38-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.37%
GREEN value IS 85 (33.59% from 255) = 24.22%
BLUE value IS 191 (75% from 255) = 54.42%
R=21.37%
G=24.22%
B=54.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75851910.610.5500.25234.8347.5452.16
Hex4B55BF3D37019eb3034
Octal11312527775670313536064
Binary100101110101011011111111110111011101100111101011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B55BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,85,191); }

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

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

 a { background-color: rgb(75,85,191); }

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

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

 span { border-color: rgb(75,85,191); }

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