#4e61be

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

Shades of Free Speech Blue #4E61BE

Tints of Free Speech Blue #4E61BE

Color information

#4E61BE (or 0x4E61BE) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 61 and BE. RGB value is (78,97,190). Sum of RGB (Red+Green+Blue) = 78+97+190=365 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.37% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E61BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E61BE is #B19E41. Grayscale: #656565. Windows color (decimal): -11640386 or 12476750. OLE color: 12476750.

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

Color convert

RGB7897190-
CMYK0.590.4900.25
HSL229.82º46.28%52.55%-
HSV(B)229.82º58.95%74.51%-
XYZ16.7113.8950.51-
YUV101.92177.71110.94-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.37%
GREEN value IS 97 (38.28% from 255) = 26.58%
BLUE value IS 190 (74.61% from 255) = 52.05%
R=21.37%
G=26.58%
B=52.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal78971900.590.4900.25229.8246.2852.55
Hex4E61BE3B31019e62e35
Octal11614127673610313465665
Binary100111011000011011111011101111000101100111100110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4e61be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,97,190); }

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

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

 a { background-color: rgb(78,97,190); }

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

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

 span { border-color: rgb(78,97,190); }

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