#4C4FCE

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

Shades of Free Speech Blue #4C4FCE

Tints of Free Speech Blue #4C4FCE

Color information

#4C4FCE (or 0x4C4FCE) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 4F and CE. RGB value is (76,79,206). Sum of RGB (Red+Green+Blue) = 76+79+206=361 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.05% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C4FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C4FCE is #B3B031. Grayscale: #5C5C5C. Windows color (decimal): -11776050 or 13520716. OLE color: 13520716.

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

Color convert

RGB7679206-
CMYK0.630.6200.19
HSL238.62º57.02%55.29%-
HSV(B)238.62º63.11%80.78%-
XYZ16.9211.5859.74-
YUV92.58192.01116.17-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.05%
GREEN value IS 79 (31.25% from 255) = 21.88%
BLUE value IS 206 (80.86% from 255) = 57.06%
R=21.05%
G=21.88%
B=57.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal76792060.630.6200.19238.6257.0255.29
Hex4C4FCE3F3E013ef3937
Octal11411731677760233577167
Binary100110010011111100111011111111111001001111101111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,79,206); }

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

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

 a { background-color: rgb(76,79,206); }

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

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

 span { border-color: rgb(76,79,206); }

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