#4E6ABA

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

Shades of Free Speech Blue #4E6ABA

Tints of Free Speech Blue #4E6ABA

Color information

#4E6ABA (or 0x4E6ABA) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 6A and BA. RGB value is (78,106,186). Sum of RGB (Red+Green+Blue) = 78+106+186=370 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.08% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E6ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6ABA is #B19545. Grayscale: #6A6A6A. Windows color (decimal): -11638086 or 12216910. OLE color: 12216910.

HSL color Cylindrical-coordinate representation of color #4E6ABA: hue angle of 224.44º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E6ABA is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB78106186-
CMYK0.580.4300.27
HSL224.44º43.9%51.76%-
HSV(B)224.44º58.06%72.94%-
XYZ17.1615.4748.54-
YUV106.75172.72107.5-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.08%
GREEN value IS 106 (41.80% from 255) = 28.65%
BLUE value IS 186 (73.05% from 255) = 50.27%
R=21.08%
G=28.65%
B=50.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal781061860.580.4300.27224.4443.951.76
Hex4E6ABA3A2B01Be02c34
Octal11615227272530333405464
Binary100111011010101011101011101010101101101111100000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,106,186); }

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

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

 a { background-color: rgb(78,106,186); }

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

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

 span { border-color: rgb(78,106,186); }

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