#4F69C1

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

Shades of Free Speech Blue #4F69C1

Tints of Free Speech Blue #4F69C1

Color information

#4F69C1 (or 0x4F69C1) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 69 and C1. RGB value is (79,105,193). Sum of RGB (Red+Green+Blue) = 79+105+193=377 (49% of max value = 765). Red value is 79 (31.25% from 255 or 20.95% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 193 (75.78% from 255 or 51.19% from 377); Max value from RGB is 193 - color contains mainly: blue. Hex color #4F69C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F69C1 is #B0963E. Grayscale: #6A6A6A. Windows color (decimal): -11572799 or 12675407. OLE color: 12675407.

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

Color convert

RGB79105193-
CMYK0.590.4600.24
HSL226.32º47.9%53.33%-
HSV(B)226.32º59.07%75.69%-
XYZ17.915.6252.52-
YUV107.26176.39107.84-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.95%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 193 (75.78% from 255) = 51.19%
R=20.95%
G=27.85%
B=51.19%

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
Decimal791051930.590.4600.24226.3247.953.33
Hex4F69C13B2E018e23035
Octal11715130173560303426065
Binary100111111010011100000111101110111001100011100010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F69C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,105,193); }

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

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

 a { background-color: rgb(79,105,193); }

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

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

 span { border-color: rgb(79,105,193); }

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