#4E65CD

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

Shades of Free Speech Blue #4E65CD

Tints of Free Speech Blue #4E65CD

Color information

#4E65CD (or 0x4E65CD) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 65 and CD. RGB value is (78,101,205). Sum of RGB (Red+Green+Blue) = 78+101+205=384 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.31% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E65CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E65CD is #B19A32. Grayscale: #696969. Windows color (decimal): -11639347 or 13460814. OLE color: 13460814.

HSL color Cylindrical-coordinate representation of color #4E65CD: hue angle of 229.13º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E65CD is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB78101205-
CMYK0.620.5100.20
HSL229.13º55.95%55.49%-
HSV(B)229.13º61.95%80.39%-
XYZ18.8215.3359.73-
YUV105.98183.88108.04-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.31%
GREEN value IS 101 (39.84% from 255) = 26.30%
BLUE value IS 205 (80.47% from 255) = 53.39%
R=20.31%
G=26.30%
B=53.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal781012050.620.5100.20229.1355.9555.49
Hex4E65CD3E33014e53837
Octal11614531576630243457067
Binary100111011001011100110111111011001101010011100101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E65CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,101,205); }

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

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

 a { background-color: rgb(78,101,205); }

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

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

 span { border-color: rgb(78,101,205); }

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