#4B5CB8

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

Shades of Free Speech Blue #4B5CB8

Tints of Free Speech Blue #4B5CB8

Color information

#4B5CB8 (or 0x4B5CB8) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 5C and B8. RGB value is (75,92,184). Sum of RGB (Red+Green+Blue) = 75+92+184=351 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.37% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 184 (72.27% from 255 or 52.42% from 351); Max value from RGB is 184 - color contains mainly: blue. Hex color #4B5CB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5CB8 is #B4A347. Grayscale: #616161. Windows color (decimal): -11838280 or 12082251. OLE color: 12082251.

HSL color Cylindrical-coordinate representation of color #4B5CB8: hue angle of 230.64º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B5CB8 is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7592184-
CMYK0.590.5000.28
HSL230.64º43.43%50.78%-
HSV(B)230.64º59.24%72.16%-
XYZ15.3812.6146.97-
YUV97.4176.87112.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.37%
GREEN value IS 92 (36.33% from 255) = 26.21%
BLUE value IS 184 (72.27% from 255) = 52.42%
R=21.37%
G=26.21%
B=52.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal75921840.590.5000.28230.6443.4350.78
Hex4B5CB83B3201Ce72b33
Octal11313427073620343475363
Binary100101110111001011100011101111001001110011100111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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