#4C3FBE

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

Shades of Free Speech Blue #4C3FBE

Tints of Free Speech Blue #4C3FBE

Color information

#4C3FBE (or 0x4C3FBE) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 3F and BE. RGB value is (76,63,190). Sum of RGB (Red+Green+Blue) = 76+63+190=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C3FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3FBE is #B3C041. Grayscale: #505050. Windows color (decimal): -11780162 or 12468044. OLE color: 12468044.

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

Color convert

RGB7663190-
CMYK0.600.6700.25
HSL246.14º50.2%49.61%-
HSV(B)246.14º66.84%74.51%-
XYZ14.058.8149.67-
YUV81.36189.31124.17-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.10%
GREEN value IS 63 (25% from 255) = 19.15%
BLUE value IS 190 (74.61% from 255) = 57.75%
R=23.10%
G=19.15%
B=57.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal76631900.600.6700.25246.1450.249.61
Hex4C3FBE3C43019f63232
Octal11477276741030313666262
Binary100110011111110111110111100100001101100111110110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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