#4C58C1

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

Shades of Free Speech Blue #4C58C1

Tints of Free Speech Blue #4C58C1

Color information

#4C58C1 (or 0x4C58C1) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 58 and C1. RGB value is (76,88,193). Sum of RGB (Red+Green+Blue) = 76+88+193=357 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.29% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 193 (75.78% from 255 or 54.06% from 357); Max value from RGB is 193 - color contains mainly: blue. Hex color #4C58C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C58C1 is #B3A73E. Grayscale: #5F5F5F. Windows color (decimal): -11773759 or 12671052. OLE color: 12671052.

HSL color Cylindrical-coordinate representation of color #4C58C1: hue angle of 233.85º 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 #4C58C1 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7688193-
CMYK0.610.5400.24
HSL233.85º48.55%52.75%-
HSV(B)233.85º60.62%75.69%-
XYZ16.112.3751.99-
YUV96.38182.52113.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.29%
GREEN value IS 88 (34.77% from 255) = 24.65%
BLUE value IS 193 (75.78% from 255) = 54.06%
R=21.29%
G=24.65%
B=54.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal76881930.610.5400.24233.8548.5552.75
Hex4C58C13D36018ea3135
Octal11413030175660303526165
Binary100110010110001100000111110111011001100011101010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C58C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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