#4f5fba

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

Shades of Free Speech Blue #4F5FBA

Tints of Free Speech Blue #4F5FBA

Color information

#4F5FBA (or 0x4F5FBA) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 5F and BA. RGB value is (79,95,186). Sum of RGB (Red+Green+Blue) = 79+95+186=360 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.94% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F5FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5FBA is #B0A045. Grayscale: #646464. Windows color (decimal): -11575366 or 12214095. OLE color: 12214095.

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

Color convert

RGB7995186-
CMYK0.580.4900.27
HSL231.03º43.67%51.96%-
HSV(B)231.03º57.53%72.94%-
XYZ16.1813.3948.19-
YUV100.59176.2112.6-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.94%
GREEN value IS 95 (37.5% from 255) = 26.39%
BLUE value IS 186 (73.05% from 255) = 51.67%
R=21.94%
G=26.39%
B=51.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal79951860.580.4900.27231.0343.6751.96
Hex4F5FBA3A3101Be72c34
Octal11713727272610333475464
Binary100111110111111011101011101011000101101111100111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f5fba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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