#4C5DBD

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

Shades of Free Speech Blue #4C5DBD

Tints of Free Speech Blue #4C5DBD

Color information

#4C5DBD (or 0x4C5DBD) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 5D and BD. RGB value is (76,93,189). Sum of RGB (Red+Green+Blue) = 76+93+189=358 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.23% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #4C5DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5DBD is #B3A242. Grayscale: #626262. Windows color (decimal): -11772483 or 12410188. OLE color: 12410188.

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

Color convert

RGB7693189-
CMYK0.600.5100.26
HSL230.97º46.12%51.96%-
HSV(B)230.97º59.79%74.12%-
XYZ16.0813.0449.81-
YUV98.86178.87111.69-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.23%
GREEN value IS 93 (36.72% from 255) = 25.98%
BLUE value IS 189 (74.22% from 255) = 52.79%
R=21.23%
G=25.98%
B=52.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal76931890.600.5100.26230.9746.1251.96
Hex4C5DBD3C3301Ae72e34
Octal11413527574630323475664
Binary100110010111011011110111110011001101101011100111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,93,189); }

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

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

 a { background-color: rgb(76,93,189); }

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

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

 span { border-color: rgb(76,93,189); }

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