#4B60BE

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

Shades of Free Speech Blue #4B60BE

Tints of Free Speech Blue #4B60BE

Color information

#4B60BE (or 0x4B60BE) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 60 and BE. RGB value is (75,96,190). Sum of RGB (Red+Green+Blue) = 75+96+190=361 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.78% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B60BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B60BE is #B49F41. Grayscale: #646464. Windows color (decimal): -11837250 or 12476491. OLE color: 12476491.

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

Color convert

RGB7596190-
CMYK0.610.4900.25
HSL229.04º46.94%51.96%-
HSV(B)229.04º60.53%74.51%-
XYZ16.3813.5850.47-
YUV100.44178.54109.86-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.78%
GREEN value IS 96 (37.89% from 255) = 26.59%
BLUE value IS 190 (74.61% from 255) = 52.63%
R=20.78%
G=26.59%
B=52.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75961900.610.4900.25229.0446.9451.96
Hex4B60BE3D31019e52f34
Octal11314027675610313455764
Binary100101111000001011111011110111000101100111100101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B60BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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