#4F6AC3

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

Shades of Free Speech Blue #4F6AC3

Tints of Free Speech Blue #4F6AC3

Color information

#4F6AC3 (or 0x4F6AC3) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 6A and C3. RGB value is (79,106,195). Sum of RGB (Red+Green+Blue) = 79+106+195=380 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.79% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 195 (76.56% from 255 or 51.32% from 380); Max value from RGB is 195 - color contains mainly: blue. Hex color #4F6AC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F6AC3 is #B0953C. Grayscale: #6B6B6B. Windows color (decimal): -11572541 or 12806735. OLE color: 12806735.

HSL color Cylindrical-coordinate representation of color #4F6AC3: hue angle of 226.03º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F6AC3 is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB79106195-
CMYK0.590.4600.24
HSL226.03º49.15%53.73%-
HSV(B)226.03º59.49%76.47%-
XYZ18.2315.9153.74-
YUV108.07177.05107.26-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.79%
GREEN value IS 106 (41.80% from 255) = 27.89%
BLUE value IS 195 (76.56% from 255) = 51.32%
R=20.79%
G=27.89%
B=51.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal791061950.590.4600.24226.0349.1553.73
Hex4F6AC33B2E018e23136
Octal11715230373560303426166
Binary100111111010101100001111101110111001100011100010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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