#4D6BBE

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

Shades of Free Speech Blue #4D6BBE

Tints of Free Speech Blue #4D6BBE

Color information

#4D6BBE (or 0x4D6BBE) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 6B and BE. RGB value is (77,107,190). Sum of RGB (Red+Green+Blue) = 77+107+190=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 107 (42.19% from 255 or 28.61% 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 #4D6BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D6BBE is #B29441. Grayscale: #6B6B6B. Windows color (decimal): -11703362 or 12479309. OLE color: 12479309.

HSL color Cylindrical-coordinate representation of color #4D6BBE: hue angle of 224.07º 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 #4D6BBE is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB77107190-
CMYK0.590.4400.25
HSL224.07º46.5%52.35%-
HSV(B)224.07º59.47%74.51%-
XYZ17.6115.8150.84-
YUV107.49174.56106.25-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.59%
GREEN value IS 107 (42.19% from 255) = 28.61%
BLUE value IS 190 (74.61% from 255) = 50.80%
R=20.59%
G=28.61%
B=50.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771071900.590.4400.25224.0746.552.35
Hex4D6BBE3B2C019e02f34
Octal11515327673540313405764
Binary100110111010111011111011101110110001100111100000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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