#4F61BA

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

Shades of Free Speech Blue #4F61BA

Tints of Free Speech Blue #4F61BA

Color information

#4F61BA (or 0x4F61BA) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 61 and BA. RGB value is (79,97,186). Sum of RGB (Red+Green+Blue) = 79+97+186=362 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.82% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F61BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F61BA is #B09E45. Grayscale: #656565. Windows color (decimal): -11574854 or 12214607. OLE color: 12214607.

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

Color convert

RGB7997186-
CMYK0.580.4800.27
HSL229.91º43.67%51.96%-
HSV(B)229.91º57.53%72.94%-
XYZ16.3613.7648.25-
YUV101.76175.54111.76-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.82%
GREEN value IS 97 (38.28% from 255) = 26.80%
BLUE value IS 186 (73.05% from 255) = 51.38%
R=21.82%
G=26.80%
B=51.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal79971860.580.4800.27229.9143.6751.96
Hex4F61BA3A3001Be62c34
Octal11714127272600333465464
Binary100111111000011011101011101011000001101111100110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F61BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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