#4B60BD

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

Shades of Free Speech Blue #4B60BD

Tints of Free Speech Blue #4B60BD

Color information

#4B60BD (or 0x4B60BD) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 60 and BD. RGB value is (75,96,189). Sum of RGB (Red+Green+Blue) = 75+96+189=360 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.83% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #4B60BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B60BD is #B49F42. Grayscale: #636363. Windows color (decimal): -11837251 or 12410955. OLE color: 12410955.

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

Color convert

RGB7596189-
CMYK0.600.4900.26
HSL228.95º46.34%51.76%-
HSV(B)228.95º60.32%74.12%-
XYZ16.2713.5449.9-
YUV100.32178.04109.94-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.83%
GREEN value IS 96 (37.89% from 255) = 26.67%
BLUE value IS 189 (74.22% from 255) = 52.5%
R=20.83%
G=26.67%
B=52.5%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal75961890.600.4900.26228.9546.3451.76
Hex4B60BD3C3101Ae52e34
Octal11314027574610323455664
Binary100101111000001011110111110011000101101011100101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B60BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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