#4F67BA

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

Shades of Free Speech Blue #4F67BA

Tints of Free Speech Blue #4F67BA

Color information

#4F67BA (or 0x4F67BA) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 67 and BA. RGB value is (79,103,186). Sum of RGB (Red+Green+Blue) = 79+103+186=368 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.47% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F67BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F67BA is #B09845. Grayscale: #686868. Windows color (decimal): -11573318 or 12216143. OLE color: 12216143.

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

Color convert

RGB79103186-
CMYK0.580.4500.27
HSL226.54º43.67%51.96%-
HSV(B)226.54º57.53%72.94%-
XYZ16.9414.9148.44-
YUV105.29173.55109.25-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.47%
GREEN value IS 103 (40.62% from 255) = 27.99%
BLUE value IS 186 (73.05% from 255) = 50.54%
R=21.47%
G=27.99%
B=50.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal791031860.580.4500.27226.5443.6751.96
Hex4F67BA3A2D01Be32c34
Octal11714727272550333435464
Binary100111111001111011101011101010110101101111100011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F67BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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