#4E45D4

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

Shades of Free Speech Blue #4E45D4

Tints of Free Speech Blue #4E45D4

Color information

#4E45D4 (or 0x4E45D4) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 45 and D4. RGB value is (78,69,212). Sum of RGB (Red+Green+Blue) = 78+69+212=359 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.73% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 212 (83.20% from 255 or 59.05% from 359); Max value from RGB is 212 - color contains mainly: blue. Hex color #4E45D4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E45D4 is #B1BA2B. Grayscale: #575757. Windows color (decimal): -11647532 or 13911374. OLE color: 13911374.

HSL color Cylindrical-coordinate representation of color #4E45D4: hue angle of 243.78º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E45D4 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB7869212-
CMYK0.630.6700.17
HSL243.78º62.45%55.1%-
HSV(B)243.78º67.45%83.14%-
XYZ17.1510.6363.43-
YUV87.99197.98120.87-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.73%
GREEN value IS 69 (27.34% from 255) = 19.22%
BLUE value IS 212 (83.20% from 255) = 59.05%
R=21.73%
G=19.22%
B=59.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal78692120.630.6700.17243.7862.4555.1
Hex4E45D43F43011f43e37
Octal116105324771030213647667
Binary1001110100010111010100111111100001101000111110100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E45D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,69,212); }

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

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

 a { background-color: rgb(78,69,212); }

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

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

 span { border-color: rgb(78,69,212); }

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