#4B52BC

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

Shades of Free Speech Blue #4B52BC

Tints of Free Speech Blue #4B52BC

Color information

#4B52BC (or 0x4B52BC) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 52 and BC. RGB value is (75,82,188). Sum of RGB (Red+Green+Blue) = 75+82+188=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B52BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B52BC is #B4AD43. Grayscale: #5B5B5B. Windows color (decimal): -11840836 or 12341835. OLE color: 12341835.

HSL color Cylindrical-coordinate representation of color #4B52BC: hue angle of 236.28º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B52BC is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7582188-
CMYK0.600.5600.26
HSL236.28º45.75%51.57%-
HSV(B)236.28º60.11%73.73%-
XYZ1511.1648.94-
YUV91.99182.18115.88-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.74%
GREEN value IS 82 (32.42% from 255) = 23.77%
BLUE value IS 188 (73.83% from 255) = 54.49%
R=21.74%
G=23.77%
B=54.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal75821880.600.5600.26236.2845.7551.57
Hex4B52BC3C3801Aec2e34
Octal11312227474700323545664
Binary100101110100101011110011110011100001101011101100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B52BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,82,188); }

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

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

 a { background-color: rgb(75,82,188); }

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

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

 span { border-color: rgb(75,82,188); }

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