#4C5CC1

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

Shades of Free Speech Blue #4C5CC1

Tints of Free Speech Blue #4C5CC1

Color information

#4C5CC1 (or 0x4C5CC1) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 5C and C1. RGB value is (76,92,193). Sum of RGB (Red+Green+Blue) = 76+92+193=361 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.05% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 193 (75.78% from 255 or 53.46% from 361); Max value from RGB is 193 - color contains mainly: blue. Hex color #4C5CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5CC1 is #B3A33E. Grayscale: #626262. Windows color (decimal): -11772735 or 12672076. OLE color: 12672076.

HSL color Cylindrical-coordinate representation of color #4C5CC1: hue angle of 231.79º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C5CC1 is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7692193-
CMYK0.610.5200.24
HSL231.79º48.55%52.75%-
HSV(B)231.79º60.62%75.69%-
XYZ16.4313.0452.1-
YUV98.73181.2111.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.05%
GREEN value IS 92 (36.33% from 255) = 25.48%
BLUE value IS 193 (75.78% from 255) = 53.46%
R=21.05%
G=25.48%
B=53.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal76921930.610.5200.24231.7948.5552.75
Hex4C5CC13D34018e83135
Octal11413430175640303506165
Binary100110010111001100000111110111010001100011101000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,92,193); }

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

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

 a { background-color: rgb(76,92,193); }

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

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

 span { border-color: rgb(76,92,193); }

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