#4C42BD

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

Shades of Free Speech Blue #4C42BD

Tints of Free Speech Blue #4C42BD

Color information

#4C42BD (or 0x4C42BD) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 42 and BD. RGB value is (76,66,189). Sum of RGB (Red+Green+Blue) = 76+66+189=331 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.96% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #4C42BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C42BD is #B3BD42. Grayscale: #525252. Windows color (decimal): -11779395 or 12403276. OLE color: 12403276.

HSL color Cylindrical-coordinate representation of color #4C42BD: hue angle of 244.88º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C42BD is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7666189-
CMYK0.600.6500.26
HSL244.88º48.24%50%-
HSV(B)244.88º65.08%74.12%-
XYZ14.119.1149.16-
YUV83.01187.81123-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.96%
GREEN value IS 66 (26.17% from 255) = 19.94%
BLUE value IS 189 (74.22% from 255) = 57.10%
R=22.96%
G=19.94%
B=57.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal76661890.600.6500.26244.8848.2450
Hex4C42BD3C4101Af53032
Octal114102275741010323656062
Binary1001100100001010111101111100100000101101011110101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C42BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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