#4D67C0

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

Shades of Free Speech Blue #4D67C0

Tints of Free Speech Blue #4D67C0

Color information

#4D67C0 (or 0x4D67C0) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 67 and C0. RGB value is (77,103,192). Sum of RGB (Red+Green+Blue) = 77+103+192=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 192 (75.39% from 255 or 51.61% from 372); Max value from RGB is 192 - color contains mainly: blue. Hex color #4D67C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D67C0 is #B2983F. Grayscale: #686868. Windows color (decimal): -11704384 or 12609357. OLE color: 12609357.

HSL color Cylindrical-coordinate representation of color #4D67C0: hue angle of 226.43º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D67C0 is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB77103192-
CMYK0.600.4600.25
HSL226.43º47.72%52.75%-
HSV(B)226.43º59.9%75.29%-
XYZ17.4315.0851.86-
YUV105.37176.89107.76-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.70%
GREEN value IS 103 (40.62% from 255) = 27.69%
BLUE value IS 192 (75.39% from 255) = 51.61%
R=20.70%
G=27.69%
B=51.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771031920.600.4600.25226.4347.7252.75
Hex4D67C03C2E019e23035
Octal11514730074560313426065
Binary100110111001111100000011110010111001100111100010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D67C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,103,192); }

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

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

 a { background-color: rgb(77,103,192); }

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

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

 span { border-color: rgb(77,103,192); }

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