#4E63CB

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

Shades of Free Speech Blue #4E63CB

Tints of Free Speech Blue #4E63CB

Color information

#4E63CB (or 0x4E63CB) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 63 and CB. RGB value is (78,99,203). Sum of RGB (Red+Green+Blue) = 78+99+203=380 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.53% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #4E63CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E63CB is #B19C34. Grayscale: #686868. Windows color (decimal): -11639861 or 13329230. OLE color: 13329230.

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

Color convert

RGB7899203-
CMYK0.620.5100.20
HSL229.92º54.59%55.1%-
HSV(B)229.92º61.58%79.61%-
XYZ18.3814.8658.4-
YUV104.58183.54109.04-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.53%
GREEN value IS 99 (39.06% from 255) = 26.05%
BLUE value IS 203 (79.69% from 255) = 53.42%
R=20.53%
G=26.05%
B=53.42%

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
Decimal78992030.620.5100.20229.9254.5955.1
Hex4E63CB3E33014e63737
Octal11614331376630243466767
Binary100111011000111100101111111011001101010011100110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E63CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,99,203); }

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

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

 a { background-color: rgb(78,99,203); }

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

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

 span { border-color: rgb(78,99,203); }

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