#4C5EBF

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

Shades of Free Speech Blue #4C5EBF

Tints of Free Speech Blue #4C5EBF

Color information

#4C5EBF (or 0x4C5EBF) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 5E and BF. RGB value is (76,94,191). Sum of RGB (Red+Green+Blue) = 76+94+191=361 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.05% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #4C5EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5EBF is #B3A140. Grayscale: #636363. Windows color (decimal): -11772225 or 12541516. OLE color: 12541516.

HSL color Cylindrical-coordinate representation of color #4C5EBF: hue angle of 230.61º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C5EBF is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7694191-
CMYK0.600.5100.25
HSL230.61º47.33%52.35%-
HSV(B)230.61º60.21%74.9%-
XYZ16.3913.350.99-
YUV99.68179.54111.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.05%
GREEN value IS 94 (37.11% from 255) = 26.04%
BLUE value IS 191 (75% from 255) = 52.91%
R=21.05%
G=26.04%
B=52.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal76941910.600.5100.25230.6147.3352.35
Hex4C5EBF3C33019e72f34
Octal11413627774630313475764
Binary100110010111101011111111110011001101100111100111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,94,191); }

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

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

 a { background-color: rgb(76,94,191); }

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

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

 span { border-color: rgb(76,94,191); }

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