#4E6DC8

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

Shades of Free Speech Blue #4E6DC8

Tints of Free Speech Blue #4E6DC8

Color information

#4E6DC8 (or 0x4E6DC8) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 6D and C8. RGB value is (78,109,200). Sum of RGB (Red+Green+Blue) = 78+109+200=387 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.16% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 200 (78.52% from 255 or 51.68% from 387); Max value from RGB is 200 - color contains mainly: blue. Hex color #4E6DC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6DC8 is #B19237. Grayscale: #6D6D6D. Windows color (decimal): -11637304 or 13135182. OLE color: 13135182.

HSL color Cylindrical-coordinate representation of color #4E6DC8: hue angle of 224.75º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E6DC8 is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB78109200-
CMYK0.610.4600.22
HSL224.75º52.59%54.51%-
HSV(B)224.75º61%78.43%-
XYZ19.0416.7356.87-
YUV110.1178.73105.1-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.16%
GREEN value IS 109 (42.97% from 255) = 28.17%
BLUE value IS 200 (78.52% from 255) = 51.68%
R=20.16%
G=28.17%
B=51.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal781092000.610.4600.22224.7552.5954.51
Hex4E6DC83D2E016e13537
Octal11615531075560263416567
Binary100111011011011100100011110110111001011011100001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,109,200); }

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

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

 a { background-color: rgb(78,109,200); }

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

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

 span { border-color: rgb(78,109,200); }

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