#4F6AC9

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

Shades of Free Speech Blue #4F6AC9

Tints of Free Speech Blue #4F6AC9

Color information

#4F6AC9 (or 0x4F6AC9) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 6A and C9. RGB value is (79,106,201). Sum of RGB (Red+Green+Blue) = 79+106+201=386 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.47% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 201 (78.91% from 255 or 52.07% from 386); Max value from RGB is 201 - color contains mainly: blue. Hex color #4F6AC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F6AC9 is #B09536. Grayscale: #6C6C6C. Windows color (decimal): -11572535 or 13199951. OLE color: 13199951.

HSL color Cylindrical-coordinate representation of color #4F6AC9: hue angle of 226.72º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F6AC9 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB79106201-
CMYK0.610.4700.21
HSL226.72º53.04%54.9%-
HSV(B)226.72º60.7%78.82%-
XYZ18.9216.1957.39-
YUV108.76180.05106.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.47%
GREEN value IS 106 (41.80% from 255) = 27.46%
BLUE value IS 201 (78.91% from 255) = 52.07%
R=20.47%
G=27.46%
B=52.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal791062010.610.4700.21226.7253.0454.9
Hex4F6AC93D2F015e33537
Octal11715231175570253436567
Binary100111111010101100100111110110111101010111100011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,106,201); }

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

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

 a { background-color: rgb(79,106,201); }

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

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

 span { border-color: rgb(79,106,201); }

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