#4F69BE

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

Shades of Free Speech Blue #4F69BE

Tints of Free Speech Blue #4F69BE

Color information

#4F69BE (or 0x4F69BE) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 69 and BE. RGB value is (79,105,190). Sum of RGB (Red+Green+Blue) = 79+105+190=374 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.12% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F69BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F69BE is #B09641. Grayscale: #6A6A6A. Windows color (decimal): -11572802 or 12478799. OLE color: 12478799.

HSL color Cylindrical-coordinate representation of color #4F69BE: hue angle of 225.95º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F69BE is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB79105190-
CMYK0.580.4500.25
HSL225.95º46.06%52.75%-
HSV(B)225.95º58.42%74.51%-
XYZ17.5715.4850.78-
YUV106.92174.89108.09-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.12%
GREEN value IS 105 (41.41% from 255) = 28.07%
BLUE value IS 190 (74.61% from 255) = 50.80%
R=21.12%
G=28.07%
B=50.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal791051900.580.4500.25225.9546.0652.75
Hex4F69BE3A2D019e22e35
Octal11715127672550313425665
Binary100111111010011011111011101010110101100111100010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F69BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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