#4A5BBF

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

Shades of Free Speech Blue #4A5BBF

Tints of Free Speech Blue #4A5BBF

Color information

#4A5BBF (or 0x4A5BBF) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 5B and BF. RGB value is (74,91,191). Sum of RGB (Red+Green+Blue) = 74+91+191=356 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.79% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #4A5BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5BBF is #B5A440. Grayscale: #606060. Windows color (decimal): -11904065 or 12540746. OLE color: 12540746.

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

Color convert

RGB7491191-
CMYK0.610.5200.25
HSL231.28º47.76%51.96%-
HSV(B)231.28º61.26%74.9%-
XYZ15.9712.750.9-
YUV97.32180.87111.37-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.79%
GREEN value IS 91 (35.94% from 255) = 25.56%
BLUE value IS 191 (75% from 255) = 53.65%
R=20.79%
G=25.56%
B=53.65%

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
Decimal74911910.610.5200.25231.2847.7651.96
Hex4A5BBF3D34019e73034
Octal11213327775640313476064
Binary100101010110111011111111110111010001100111100111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,91,191); }

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

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

 a { background-color: rgb(74,91,191); }

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

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

 span { border-color: rgb(74,91,191); }

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