#4D68CC

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

Shades of Free Speech Blue #4D68CC

Tints of Free Speech Blue #4D68CC

Color information

#4D68CC (or 0x4D68CC) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 68 and CC. RGB value is (77,104,204). Sum of RGB (Red+Green+Blue) = 77+104+204=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D68CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D68CC is #B29733. Grayscale: #6A6A6A. Windows color (decimal): -11704116 or 13396045. OLE color: 13396045.

HSL color Cylindrical-coordinate representation of color #4D68CC: hue angle of 227.24º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D68CC is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB77104204-
CMYK0.620.4900.2
HSL227.24º55.46%55.1%-
HSV(B)227.24º62.25%80%-
XYZ18.9115.8459.19-
YUV107.33182.55106.37-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20%
GREEN value IS 104 (41.02% from 255) = 27.01%
BLUE value IS 204 (80.08% from 255) = 52.99%
R=20%
G=27.01%
B=52.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal771042040.620.4900.2227.2455.4655.1
Hex4D68CC3E31014e33737
Octal11515031476610243436767
Binary100110111010001100110011111011000101010011100011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D68CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,104,204); }

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

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

 a { background-color: rgb(77,104,204); }

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

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

 span { border-color: rgb(77,104,204); }

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