#4f5bba

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

Shades of Free Speech Blue #4F5BBA

Tints of Free Speech Blue #4F5BBA

Color information

#4F5BBA (or 0x4F5BBA) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 5B and BA. RGB value is (79,91,186). Sum of RGB (Red+Green+Blue) = 79+91+186=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F5BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5BBA is #B0A445. Grayscale: #616161. Windows color (decimal): -11576390 or 12213071. OLE color: 12213071.

HSL color Cylindrical-coordinate representation of color #4F5BBA: hue angle of 233.27º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F5BBA is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7991186-
CMYK0.580.5100.27
HSL233.27º43.67%51.96%-
HSV(B)233.27º57.53%72.94%-
XYZ15.8312.6948.07-
YUV98.24177.52114.28-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.19%
GREEN value IS 91 (35.94% from 255) = 25.56%
BLUE value IS 186 (73.05% from 255) = 52.25%
R=22.19%
G=25.56%
B=52.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal79911860.580.5100.27233.2743.6751.96
Hex4F5BBA3A3301Be92c34
Octal11713327272630333515464
Binary100111110110111011101011101011001101101111101001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f5bba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,91,186); }

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

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

 a { background-color: rgb(79,91,186); }

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

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

 span { border-color: rgb(79,91,186); }

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