#4C3FBD

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

Shades of Free Speech Blue #4C3FBD

Tints of Free Speech Blue #4C3FBD

Color information

#4C3FBD (or 0x4C3FBD) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 3F and BD. RGB value is (76,63,189). Sum of RGB (Red+Green+Blue) = 76+63+189=328 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.17% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #4C3FBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3FBD is #B3C042. Grayscale: #505050. Windows color (decimal): -11780163 or 12402508. OLE color: 12402508.

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

Color convert

RGB7663189-
CMYK0.600.6700.26
HSL246.19º50%49.41%-
HSV(B)246.19º66.67%74.12%-
XYZ13.948.7749.1-
YUV81.25188.81124.25-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.17%
GREEN value IS 63 (25% from 255) = 19.21%
BLUE value IS 189 (74.22% from 255) = 57.62%
R=23.17%
G=19.21%
B=57.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal76631890.600.6700.26246.195049.41
Hex4C3FBD3C4301Af63231
Octal11477275741030323666261
Binary100110011111110111101111100100001101101011110110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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