#4D69BE

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

Shades of Free Speech Blue #4D69BE

Tints of Free Speech Blue #4D69BE

Color information

#4D69BE (or 0x4D69BE) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 69 and BE. RGB value is (77,105,190). Sum of RGB (Red+Green+Blue) = 77+105+190=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D69BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D69BE is #B29641. Grayscale: #696969. Windows color (decimal): -11703874 or 12478797. OLE color: 12478797.

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

Color convert

RGB77105190-
CMYK0.590.4500.25
HSL225.13º46.5%52.35%-
HSV(B)225.13º59.47%74.51%-
XYZ17.4115.450.77-
YUV106.32175.22107.09-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.70%
GREEN value IS 105 (41.41% from 255) = 28.23%
BLUE value IS 190 (74.61% from 255) = 51.08%
R=20.70%
G=28.23%
B=51.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771051900.590.4500.25225.1346.552.35
Hex4D69BE3B2D019e12f34
Octal11515127673550313415764
Binary100110111010011011111011101110110101100111100001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D69BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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