#4E62CD

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

Shades of Free Speech Blue #4E62CD

Tints of Free Speech Blue #4E62CD

Color information

#4E62CD (or 0x4E62CD) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 62 and CD. RGB value is (78,98,205). Sum of RGB (Red+Green+Blue) = 78+98+205=381 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.47% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E62CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E62CD is #B19D32. Grayscale: #676767. Windows color (decimal): -11640115 or 13460046. OLE color: 13460046.

HSL color Cylindrical-coordinate representation of color #4E62CD: hue angle of 230.55º 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 #4E62CD is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7898205-
CMYK0.620.5200.20
HSL230.55º55.95%55.49%-
HSV(B)230.55º61.95%80.39%-
XYZ18.5314.7659.63-
YUV104.22184.87109.3-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.47%
GREEN value IS 98 (38.67% from 255) = 25.72%
BLUE value IS 205 (80.47% from 255) = 53.81%
R=20.47%
G=25.72%
B=53.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal78982050.620.5200.20230.5555.9555.49
Hex4E62CD3E34014e73837
Octal11614231576640243477067
Binary100111011000101100110111111011010001010011100111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E62CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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