#4B5CBE

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

Shades of Free Speech Blue #4B5CBE

Tints of Free Speech Blue #4B5CBE

Color information

#4B5CBE (or 0x4B5CBE) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 5C and BE. RGB value is (75,92,190). Sum of RGB (Red+Green+Blue) = 75+92+190=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B5CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5CBE is #B4A341. Grayscale: #616161. Windows color (decimal): -11838274 or 12475467. OLE color: 12475467.

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

Color convert

RGB7592190-
CMYK0.610.5200.25
HSL231.13º46.94%51.96%-
HSV(B)231.13º60.53%74.51%-
XYZ16.0212.8750.35-
YUV98.09179.87111.53-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.01%
GREEN value IS 92 (36.33% from 255) = 25.77%
BLUE value IS 190 (74.61% from 255) = 53.22%
R=21.01%
G=25.77%
B=53.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75921900.610.5200.25231.1346.9451.96
Hex4B5CBE3D34019e72f34
Octal11313427675640313475764
Binary100101110111001011111011110111010001100111100111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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