#4E69CA

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

Shades of Free Speech Blue #4E69CA

Tints of Free Speech Blue #4E69CA

Color information

#4E69CA (or 0x4E69CA) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 69 and CA. RGB value is (78,105,202). Sum of RGB (Red+Green+Blue) = 78+105+202=385 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.26% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E69CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E69CA is #B19635. Grayscale: #6B6B6B. Windows color (decimal): -11638326 or 13265230. OLE color: 13265230.

HSL color Cylindrical-coordinate representation of color #4E69CA: hue angle of 226.94º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E69CA is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB78105202-
CMYK0.610.4800.21
HSL226.94º53.91%54.9%-
HSV(B)226.94º61.39%79.22%-
XYZ18.8515.9957.97-
YUV107.98181.05106.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.26%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 202 (79.30% from 255) = 52.47%
R=20.26%
G=27.27%
B=52.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal781052020.610.4800.21226.9453.9154.9
Hex4E69CA3D30015e33637
Octal11615131275600253436667
Binary100111011010011100101011110111000001010111100011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E69CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,105,202); }

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

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

 a { background-color: rgb(78,105,202); }

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

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

 span { border-color: rgb(78,105,202); }

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