#4B52BE

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

Shades of Free Speech Blue #4B52BE

Tints of Free Speech Blue #4B52BE

Color information

#4B52BE (or 0x4B52BE) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 52 and BE. RGB value is (75,82,190). Sum of RGB (Red+Green+Blue) = 75+82+190=347 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.61% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B52BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B52BE is #B4AD41. Grayscale: #5B5B5B. Windows color (decimal): -11840834 or 12472907. OLE color: 12472907.

HSL color Cylindrical-coordinate representation of color #4B52BE: hue angle of 236.35º degrees, saturation: 0.47, 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 #4B52BE is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7582190-
CMYK0.610.5700.25
HSL236.35º46.94%51.96%-
HSV(B)236.35º60.53%74.51%-
XYZ15.2111.2550.08-
YUV92.22183.18115.72-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.61%
GREEN value IS 82 (32.42% from 255) = 23.63%
BLUE value IS 190 (74.61% from 255) = 54.76%
R=21.61%
G=23.63%
B=54.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75821900.610.5700.25236.3546.9451.96
Hex4B52BE3D39019ec2f34
Octal11312227675710313545764
Binary100101110100101011111011110111100101100111101100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B52BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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